Fall back to Passcode if FaceId not detected on iOS

This commit is contained in:
AmanRajSinghMourya
2025-06-29 00:04:31 +05:30
parent 8e34fa7bf3
commit 7eed321c99
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ Future<bool> requestAuthentication(
signInTitle: l10n.androidSignInTitle,
),
IOSAuthMessages(
localizedFallbackTitle: l10n.enterPassword,
goToSettingsButton: l10n.goToSettings,
goToSettingsDescription: l10n.goToSettings,
lockOut: l10n.iOSLockOut,

View File

@@ -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,