feat(navbar): implement login/logout buttons based on state

This commit is contained in:
Jan-Marlon Leibl 2025-02-12 12:51:55 +01:00
commit e5bd173be9
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
5 changed files with 57 additions and 16 deletions

View file

@ -0,0 +1 @@
<button (click)="login()">Einloggen</button>