Skip to content

Commit

Permalink
fix: biometry error wasn't propagated during login
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Nov 27, 2023
1 parent 5093a4e commit ae7d3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/profile/login/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
(rf/dispatch [:biometric/authenticate
{:on-success #(rf/dispatch [:profile.login/biometric-success])
:on-fail #(rf/dispatch
[:profile.login/biometric-auth-fail])}]))}})))
[:profile.login/biometric-auth-fail %])}]))}})))

(rf/defn biometric-auth-success
{:events [:profile.login/biometric-success]}
Expand Down

0 comments on commit ae7d3e2

Please sign in to comment.