|
|
@@ -80,7 +80,7 @@ class BiometricAuthUtils {
|
|
|
try {
|
|
|
final bool authed = await auth.authenticate(
|
|
|
localizedReason: reason, // '请进行人脸识别以访问您的密码',
|
|
|
- biometricOnly: true,
|
|
|
+ // biometricOnly: true,
|
|
|
sensitiveTransaction: true,
|
|
|
persistAcrossBackgrounding: false,
|
|
|
);
|