Skip to content

Commit

Permalink
chore: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Jan 17, 2024
1 parent de93943 commit bdf69c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react_native/biometrics.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
(.then (fn [result]
(oops/oget result "available")))))

;; NOTE: the react-native-biometry package error codes/messages differ across platforms.
;; NOTE: the react-native-biometrics package error codes/messages differ across platforms.
;; On android we get error messages while on iOS it's a stringified Obj-C error object.
(defn- convert-auth-error-message
[code]
Expand Down

0 comments on commit bdf69c8

Please sign in to comment.