Skip to content

Commit

Permalink
Allow fallback to device credentials when biometrics fails (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode authored Apr 26, 2024
1 parent cb9efe3 commit 50aea4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum KeychainItem: Equatable {
var protection: SecAccessControlCreateFlags? {
switch self {
case .biometrics:
.biometryCurrentSet
.userPresence
case .secretKey:
nil
}
Expand Down

0 comments on commit 50aea4f

Please sign in to comment.