Skip to content

Commit

Permalink
Fix typo in Flutter to iOS reuse duration parameter name (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmathiot authored Sep 21, 2024
1 parent 1623f55 commit f86b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Classes/BiometricStorageImpl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct StorageMethodCall {

class InitOptions {
init(params: [String: Any]) {
darwinTouchIDAuthenticationAllowableReuseDuration = params["drawinTouchIDAuthenticationAllowableReuseDurationSeconds"] as? Int
darwinTouchIDAuthenticationAllowableReuseDuration = params["darwinTouchIDAuthenticationAllowableReuseDurationSeconds"] as? Int
darwinTouchIDAuthenticationForceReuseContextDuration = params["darwinTouchIDAuthenticationForceReuseContextDurationSeconds"] as? Int
authenticationRequired = params["authenticationRequired"] as? Bool
darwinBiometricOnly = params["darwinBiometricOnly"] as? Bool
Expand Down

0 comments on commit f86b4ac

Please sign in to comment.