#63 fixed the appearance of the login button

This commit is contained in:
Fabio Formosa
2022-10-06 20:14:54 +02:00
parent cecd30309f
commit 0652a6ec5e

View File

@@ -6,7 +6,7 @@
<div class="right">
<div fxFlex="1 1 auto" fxLayout="row" fxLayoutAlign="flex-end center">
<button *ngIf="!noAuthenticationRequired()" routerLink="/login" mat-button mat-ripple>
<button *ngIf="!hasSignedIn() && !noAuthenticationRequired()" routerLink="/login" mat-button mat-ripple>
<span>Login</span>
</button>
<button