File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export class SelectAuthenticator<T extends SelectAuthenticatorValues = SelectAut
70
70
// const isCurrentAuthenticator = isAuthenticatorCurrent(context?.currentAuthenticator); // false
71
71
// const isCurrentAuthenticatorEnrollment = isAuthenticatorCurrent(context?.currentAuthenticatorEnrollment); // true
72
72
// return !isCurrentAuthenticator && !isCurrentAuthenticatorEnrollment; // false
73
-
73
+
74
74
return true ;
75
75
}
76
76
@@ -112,8 +112,8 @@ export class SelectAuthenticator<T extends SelectAuthenticatorValues = SelectAut
112
112
. filter ( authenticator => {
113
113
return compareAuthenticators ( authenticator , this . selectedAuthenticator ) !== true ;
114
114
} ) ;
115
- return { ...this . values , authenticators, authenticator : undefined } ;
116
- // return { ...this.values, authenticators };
115
+ // return { ...this.values, authenticators, authenticator: undefined };
116
+ return { ...this . values , authenticators } ;
117
117
}
118
118
119
119
}
You can’t perform that action at this time.
0 commit comments