Skip to content

Commit 4fe316e

Browse files
committed
lint
1 parent 80a667c commit 4fe316e

File tree

1 file changed

+1
-2
lines changed
  • src/status_im/common/standard_authentication

1 file changed

+1
-2
lines changed

src/status_im/common/standard_authentication/events.cljs

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
args-with-biometric-btn])
3838
:on-fail (fn [err]
3939
(when on-auth-fail (on-auth-fail err))
40-
(rf/dispatch [:standard-auth/on-biometric-fail err
41-
ignore-too-many-attempts?]))}]]]}))
40+
(rf/dispatch [:standard-auth/on-biometric-fail err]))}]]]}))
4241

4342
(schema/=> authorize-with-biometric events-schema/?authorize-with-biometric)
4443
(rf/reg-event-fx :standard-auth/authorize-with-biometric authorize-with-biometric)

0 commit comments

Comments
 (0)