🐛 Fix bugs
This commit is contained in:
@@ -193,10 +193,7 @@ class _PaymentContentState extends ConsumerState<_PaymentContent> {
|
|||||||
// Perform biometric authentication
|
// Perform biometric authentication
|
||||||
final bool didAuthenticate = await _localAuth.authenticate(
|
final bool didAuthenticate = await _localAuth.authenticate(
|
||||||
localizedReason: 'biometricPrompt'.tr(),
|
localizedReason: 'biometricPrompt'.tr(),
|
||||||
options: const AuthenticationOptions(
|
biometricOnly: true,
|
||||||
biometricOnly: true,
|
|
||||||
stickyAuth: true,
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (didAuthenticate) {
|
if (didAuthenticate) {
|
||||||
|
Reference in New Issue
Block a user