Browse Source

Harmonization with other disabled button logic

pull/5390/head
Thomas Kaul 2 months ago
parent
commit
9d65b4a603
  1. 2
      apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html

2
apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html

@ -65,7 +65,7 @@
color="primary"
mat-flat-button
[disabled]="
accessTokenFormControl.invalid || accessTokenFormControl.pristine
!(accessTokenFormControl.dirty && accessTokenFormControl.valid)
"
(click)="onLoginWithAccessToken()"
>

Loading…
Cancel
Save