mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update auth-guard-base.ts (#6671)
This commit is contained in:
@@ -86,7 +86,7 @@ export abstract class AuthGuardBase implements CanActivate, CanActivateChild {
|
||||
return true;
|
||||
}
|
||||
|
||||
protected async isLoginFragmentPresent(): Promise<boolean> {
|
||||
protected isLoginFragmentPresent(): boolean {
|
||||
return !!this.storageService.getItem('loginFragment');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user