mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed auth hydration
This commit is contained in:
parent
d9feff085a
commit
e90f8b6888
3 changed files with 14 additions and 3 deletions
|
@ -13,6 +13,10 @@ export class Store {
|
|||
constructor() {
|
||||
makeAutoObservable(this);
|
||||
}
|
||||
|
||||
get isHydrated() {
|
||||
return this.auth.isHydrated;
|
||||
}
|
||||
}
|
||||
|
||||
const defaultStore = new Store();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue