Browse Source

Harmonization with other disabled button logic

pull/5390/head
Thomas Kaul 4 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" color="primary"
mat-flat-button mat-flat-button
[disabled]=" [disabled]="
accessTokenFormControl.invalid || accessTokenFormControl.pristine !(accessTokenFormControl.dirty && accessTokenFormControl.valid)
" "
(click)="onLoginWithAccessToken()" (click)="onLoginWithAccessToken()"
> >

Loading…
Cancel
Save