Change TPIn #5
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user