feat: remove 2fa UI in favor of challenges
This commit is contained in:
@@ -155,10 +155,10 @@ class ChallengeModalCtrl extends PureViewCtrl<{}, ChallengeModalState> {
|
||||
};
|
||||
}
|
||||
|
||||
/** @template */
|
||||
cancel() {
|
||||
if (this.cancelable) {
|
||||
this.application!.cancelChallenge(this.challenge);
|
||||
this.dismiss();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user