Added login/logout button to topbar.
This commit is contained in:
@ -28,4 +28,10 @@
|
||||
</div>
|
||||
}
|
||||
<theme />
|
||||
|
||||
@if (isLoggedIn) {
|
||||
<logoff-button />
|
||||
} @else {
|
||||
<login-button />
|
||||
}
|
||||
</mat-toolbar>
|
Reference in New Issue
Block a user