feature: removed angular materials and implemented new deposit modal
This commit is contained in:
parent
0100df89f5
commit
604d593fdc
10 changed files with 66 additions and 48 deletions
|
@ -12,7 +12,6 @@ import { KeycloakService } from 'keycloak-angular';
|
|||
export class NavbarComponent {
|
||||
isMenuOpen = false;
|
||||
private keycloakService: KeycloakService = inject(KeycloakService);
|
||||
|
||||
isLoggedIn = this.keycloakService.isLoggedIn();
|
||||
|
||||
login() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue