This commit is contained in:
tiago.kayaya
2021-09-01 12:17:40 +01:00
parent 93c21ee847
commit c7f8d5a583
3 changed files with 19 additions and 16 deletions
+2 -3
View File
@@ -20,9 +20,8 @@ export class LoginGuard implements CanActivate {
this.router.navigate(['/home/events']);
return false
} else {
return true
return true;
}
}
}