2026-04-03-pre map libra

This commit is contained in:
Hamza-Ayed
2026-04-04 00:12:33 +03:00
parent 0376a835ce
commit cbb1620874
70 changed files with 933 additions and 787 deletions

View File

@@ -32,10 +32,10 @@ class _PayoutScreenState extends State<PayoutScreen> {
// 1. طلب المصادقة البيومترية
bool didAuthenticate = await _localAuth.authenticate(
localizedReason: 'استخدم بصمة الإصبع لتأكيد عملية السحب',
options: const AuthenticationOptions(
biometricOnly: true,
sensitiveTransaction: true,
),
// options: const AuthenticationOptions(
biometricOnly: true,
sensitiveTransaction: true,
// ),
);
if (didAuthenticate && mounted) {