fix issues
This commit is contained in:
@@ -116,7 +116,7 @@ export class AuthGateway {
|
||||
* Check if user is loading
|
||||
*/
|
||||
isLoading(): boolean {
|
||||
return this.blocker.getReason() === 'loading';
|
||||
return this.authContext.loading;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user