Minor Changes of const and bank logos
This commit is contained in:
@@ -46,6 +46,7 @@ class _MPinScreenState extends State<MPinScreen> {
|
||||
final auth = LocalAuthentication();
|
||||
if (await auth.canCheckBiometrics) {
|
||||
final didAuth = await auth.authenticate(
|
||||
// ignore: use_build_context_synchronously
|
||||
localizedReason: AppLocalizations.of(context).authenticateToAccess,
|
||||
options: const AuthenticationOptions(biometricOnly: true),
|
||||
);
|
||||
|
Reference in New Issue
Block a user