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