EHFAuthenticator-Touch-ID icon indicating copy to clipboard operation
EHFAuthenticator-Touch-ID copied to clipboard

Am I reading wrong?

Open KyleMassacre opened this issue 8 years ago • 0 comments

EHFAuthenticator.sharedInstance().useDefaultFallbackTitle = true
EHFAuthenticator.sharedInstance().fallbackButtonTitle = "Enter passcode"

Will show "Enter passcode" for the fallback button title but:

EHFAuthenticator.sharedInstance().useDefaultFallbackTitle = false
EHFAuthenticator.sharedInstance().fallbackButtonTitle = "Enter passcode"

Will show "Enter Password"

KyleMassacre avatar Jun 20 '16 12:06 KyleMassacre