Added login/logout button to topbar.

This commit is contained in:
Tom
2025-04-07 14:27:46 +00:00
parent 3e9a9f9dc5
commit b8a92534d9
11 changed files with 124 additions and 4 deletions

View File

@ -28,4 +28,10 @@
</div>
}
<theme />
@if (isLoggedIn) {
<logoff-button />
} @else {
<login-button />
}
</mat-toolbar>