This commit is contained in:
Peter Maquiran
2022-12-13 17:21:48 +01:00
parent 2beb3d4387
commit 9116ac4d06
14 changed files with 68 additions and 63 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class AuthGuard implements CanActivate {
return false
} else {
if(this.p.userPermission(this.p.permissionList.Chat.access) == true) {
this.authService.loginChat();
// this.authService.loginChat();
}
const pathname = state.url