This commit is contained in:
2020-05-23 21:57:16 +00:00
parent 1a0f99d6b9
commit 0dfa3dddec
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export default {
})
)
.then(window.$gz.api.status)
.then(window.$gz.api.json)
.then(window.$gz.api.extractBody)
.then(processLogin)
.then(() => {
return Promise.resolve(true);