fix: auth.config request should only be made on Login screen (#1852)

This commit is contained in:
Tom Moor
2021-01-29 17:54:28 -08:00
committed by GitHub
parent ae13347d55
commit ce2b246e60
2 changed files with 118 additions and 126 deletions

View File

@@ -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