Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Mar 18, 2022
1 parent 579ddd2 commit eaf876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/login/LoginViewModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class LoginViewModel extends ViewModel {
this._isBusy = status;
this._passwordLoginViewModel?.setBusy(status);
this._startSSOLoginViewModel?.setBusy(status);
this.startOIDCLoginViewModel?.setBusy(status);
this._startOIDCLoginViewModel?.setBusy(status);
this.emitChange("isBusy");
}

Expand Down

0 comments on commit eaf876a

Please sign in to comment.