diff --git a/lib/widgets/otp_widget.dart b/lib/widgets/otp_widget.dart index d211d5d1..69cc054f 100644 --- a/lib/widgets/otp_widget.dart +++ b/lib/widgets/otp_widget.dart @@ -205,6 +205,7 @@ class OTPWidgetState extends State with SingleTickerProviderStateMixi return Stack( fit: StackFit.loose, children: [ + _otpTextInput(context), _touchPinBoxRow(), ], );