feat :VerifyOtp and SendOtp creation for "seetings", "send monet", "password expiry" and "set login and tpassword"
This commit is contained in:
@@ -48,7 +48,7 @@ export default function Login() {
|
||||
try {
|
||||
console.log(CIF);
|
||||
// await sendOtp({ type: 'LOGIN_OTP', username: CIF, mobileNumber: mobile });
|
||||
await sendOtp({ type: 'LOGIN_OTP', username: CIF, mobileNumber: '7890544527' });
|
||||
await sendOtp({ type: 'LOGIN_OTP', username: CIF, mobileNumber: '6297421727' });
|
||||
return true;
|
||||
}
|
||||
catch (err: any) {
|
||||
@@ -65,7 +65,7 @@ export default function Login() {
|
||||
try {
|
||||
if (mobile) {
|
||||
// await verifyLoginOtp(otp, mobile);
|
||||
await verifyLoginOtp(otp, '7890544527');
|
||||
await verifyLoginOtp(otp, '6297421727');
|
||||
return true;
|
||||
}
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user