Skip to content

Commit

Permalink
fix(webapp): authentication list state is not preserved on error (#735)
Browse files Browse the repository at this point in the history
Issue: DGW-147
  • Loading branch information
kristahouse authored Mar 1, 2024
1 parent dec3cb8 commit f2852d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export class WebClientFormComponent extends BaseComponent implements OnInit,
});

if (protocol === Protocol.VNC) {
this.setAuthMode();
this.setAuthMode(this.getSelectedAuthMode() ?? AuthMode.VNC_Password);
this.updateFormControlsByAuthMode();
}
}
Expand Down

0 comments on commit f2852d9

Please sign in to comment.