|
|
@ -66,8 +66,9 @@ |
|
|
</form> |
|
|
</form> |
|
|
<div fxLayout="row" fxLayoutAlign="end center"> |
|
|
<div fxLayout="row" fxLayoutAlign="end center"> |
|
|
<button mat-raised-button |
|
|
<button mat-raised-button |
|
|
type="submit" |
|
|
type="button" |
|
|
color="primary" |
|
|
color="primary" |
|
|
|
|
|
(click)="onSaveConfig()" |
|
|
[disabled]="(isLoading$ | async) || totpConfigForm.invalid"> |
|
|
[disabled]="(isLoading$ | async) || totpConfigForm.invalid"> |
|
|
{{ 'security.2fa.dialog.next' | translate }} |
|
|
{{ 'security.2fa.dialog.next' | translate }} |
|
|
</button> |
|
|
</button> |
|
|
|