uncomented login chat

This commit is contained in:
tiago.kayaya
2022-02-24 12:10:09 +01:00
parent c073238c21
commit f8c4f29009
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class AuthGuard implements CanActivate {
this.router.navigate(['/']);
return false
} else {
//this.authService.loginChat();
this.authService.loginChat();
return true;
}
}