mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Update auth-guard-base.ts (#6671)
This commit is contained in:
parent
43ed8d7924
commit
c00682213b
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user