Minor improvements
This commit is contained in:
parent
4f5e7ef9b6
commit
cc9d1b0d6b
@ -47,7 +47,7 @@
|
||||
<button mat-raised-button color="accent" type="submit" [disabled]="(isLoading$ | async)">
|
||||
{{ 'login.create-password' | translate }}
|
||||
</button>
|
||||
<button mat-raised-button color="primary" type="button" [disabled]="(isLoading$ | async)"
|
||||
<button mat-button type="button" [disabled]="(isLoading$ | async)"
|
||||
routerLink="/login">
|
||||
{{ 'action.cancel' | translate }}
|
||||
</button>
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
<button mat-raised-button color="accent" type="submit" [disabled]="(isLoading$ | async) || this.clicked">
|
||||
{{ 'login.request-password-reset' | translate }}
|
||||
</button>
|
||||
<button mat-raised-button color="primary" type="button" [disabled]="(isLoading$ | async)"
|
||||
<button mat-button type="button" [disabled]="(isLoading$ | async)"
|
||||
routerLink="/login">
|
||||
{{ 'action.cancel' | translate }}
|
||||
</button>
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
<button mat-raised-button color="accent" type="submit" [disabled]="(isLoading$ | async)">
|
||||
{{ 'login.reset-password' | translate }}
|
||||
</button>
|
||||
<button mat-raised-button color="primary" type="button" [disabled]="(isLoading$ | async)"
|
||||
<button mat-button type="button" [disabled]="(isLoading$ | async)"
|
||||
routerLink="/login">
|
||||
{{ 'action.cancel' | translate }}
|
||||
</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user