fix: space user validation check
This commit is contained in:
parent
b14d44049c
commit
a195f1bf7e
13 changed files with 92 additions and 65 deletions
|
|
@ -37,7 +37,7 @@ export interface IUserStore {
|
|||
export class UserStore implements IUserStore {
|
||||
// observables
|
||||
isAuthenticated: boolean = false;
|
||||
isLoading: boolean = false;
|
||||
isLoading: boolean = true;
|
||||
error: TUserErrorStatus | undefined = undefined;
|
||||
data: IUser | undefined = undefined;
|
||||
// store observables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue