Fall back to Passcode if FaceId not detected on iOS
This commit is contained in:
@@ -53,6 +53,7 @@ Future<bool> requestAuthentication(
|
||||
signInTitle: l10n.androidSignInTitle,
|
||||
),
|
||||
IOSAuthMessages(
|
||||
localizedFallbackTitle: l10n.enterPassword,
|
||||
goToSettingsButton: l10n.goToSettings,
|
||||
goToSettingsDescription: l10n.goToSettings,
|
||||
lockOut: l10n.iOSLockOut,
|
||||
|
||||
@@ -46,6 +46,7 @@ Future<bool> requestAuthentication(
|
||||
signInTitle: S.of(context).androidSignInTitle,
|
||||
),
|
||||
IOSAuthMessages(
|
||||
localizedFallbackTitle: S.of(context).enterPassword,
|
||||
goToSettingsButton: S.of(context).goToSettings,
|
||||
goToSettingsDescription: S.of(context).goToSettings,
|
||||
lockOut: S.of(context).iOSLockOut,
|
||||
|
||||
Reference in New Issue
Block a user