mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-01-04 16:43:16 +09:00
#63 fixed the appearance of the login button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user