This commit is contained in:
@@ -13,7 +13,17 @@ export default {
|
||||
)
|
||||
.then(apiUtil.status)
|
||||
.then(apiUtil.json)
|
||||
.then(result => {
|
||||
/* eslint-disable-next-line */
|
||||
console.log("auth.js about to process login...");
|
||||
return result;
|
||||
})
|
||||
.then(processLogin)
|
||||
.then(result => {
|
||||
/* eslint-disable-next-line */
|
||||
console.log("auth.js returned from process login, resolving next");
|
||||
return result;
|
||||
})
|
||||
.then(() => {
|
||||
return Promise.resolve(true);
|
||||
}) //succeeded, nothing to return
|
||||
|
||||
Reference in New Issue
Block a user