This commit is contained in:
Peter Maquiran
2022-12-22 11:01:58 +01:00
parent 7168788b3c
commit e6caab4aaf
45 changed files with 7182 additions and 4145 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class InactivityGuard implements CanActivate {
if ( (this.platform.is('desktop') || this.platform.is('mobileweb')) ) {
if(this.p.userPermission(this.p.permissionList.Agenda.access) || this.p.userPermission(this.p.permissionList.Gabinete.access)){
this.router.navigate(['/home/events']);
}
else if(this.p.userPermission(this.p.permissionList.Chat.access) && this.p.userPermission(this.p.permissionList.Actions.access)){
this.router.navigate(['/home/chat']);