Skip to content

Commit

Permalink
Web: Common: AuthStore: Added added url at response parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaoleshko committed Nov 3, 2021
1 parent 1bc9317 commit 773419f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/asc-web-common/store/AuthStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@ class AuthStore {

setWithCredentialsStatus(true);

this.reset();

this.init();

return Promise.resolve(true);
return Promise.resolve(this.settingsStore.defaultPage);
} catch (e) {
return Promise.reject(e);
}
Expand Down

0 comments on commit 773419f

Please sign in to comment.