remove todo
This commit is contained in:
parent
02f7a62918
commit
5ba30ccd12
|
@ -134,7 +134,6 @@ func ForgotPasswordResolver(ctx context.Context, params model.ForgotPasswordInpu
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
if isMobileLogin {
|
if isMobileLogin {
|
||||||
// TODO: send sms
|
|
||||||
expiresAt := time.Now().Add(1 * time.Minute).Unix()
|
expiresAt := time.Now().Add(1 * time.Minute).Unix()
|
||||||
otp := utils.GenerateOTP()
|
otp := utils.GenerateOTP()
|
||||||
otpData, err := db.Provider.UpsertOTP(ctx, &models.OTP{
|
otpData, err := db.Provider.UpsertOTP(ctx, &models.OTP{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user