diff --git a/lib/widgets/payment/payment_overlay.dart b/lib/widgets/payment/payment_overlay.dart index 1acf2c12..1589a774 100644 --- a/lib/widgets/payment/payment_overlay.dart +++ b/lib/widgets/payment/payment_overlay.dart @@ -142,10 +142,6 @@ class _PaymentContentState extends ConsumerState<_PaymentContent> { // Set initial mode based on stored PIN and biometric support if (_hasStoredPin && _hasBiometricSupport && widget.enableBiometric) { _isPinMode = false; - // Automatically trigger biometric authentication - WidgetsBinding.instance.addPostFrameCallback((_) { - _authenticateWithBiometric(); - }); } else { _isPinMode = true; }