We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a667c commit 4fe316eCopy full SHA for 4fe316e
src/status_im/common/standard_authentication/events.cljs
@@ -37,8 +37,7 @@
37
args-with-biometric-btn])
38
:on-fail (fn [err]
39
(when on-auth-fail (on-auth-fail err))
40
- (rf/dispatch [:standard-auth/on-biometric-fail err
41
- ignore-too-many-attempts?]))}]]]}))
+ (rf/dispatch [:standard-auth/on-biometric-fail err]))}]]]}))
42
43
(schema/=> authorize-with-biometric events-schema/?authorize-with-biometric)
44
(rf/reg-event-fx :standard-auth/authorize-with-biometric authorize-with-biometric)
0 commit comments