Change TPIn #5

This commit is contained in:
2025-11-08 20:10:35 +05:30
parent b5b6c6ed49
commit 5b7f3f0096
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
// 1. Validate the OTP first.
await _changePasswordService.validateOtp(
otp: _otpController.text,
mobileNumber: '8981274001',
mobileNumber: widget.mobileNumber,
);
// 2. If OTP is valid, then call validateChangeTpin.