fix: auth.config request should only be made on Login screen (#1852)
This commit is contained in:
@@ -47,7 +47,6 @@ export default class AuthStore {
|
||||
// no-op Safari private mode
|
||||
}
|
||||
|
||||
setImmediate(() => this.fetchConfig());
|
||||
this.rehydrate(data);
|
||||
|
||||
// persists this entire store to localstorage whenever any keys are changed
|
||||
|
||||
Reference in New Issue
Block a user