keys
This commit is contained in:
@@ -32,7 +32,6 @@ export class AuthService {
|
||||
}
|
||||
|
||||
get isAdmin(): boolean {
|
||||
console.log(this.user, this.user.role == 'admin')
|
||||
return this.user != null && this.user.role == 'admin';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user