Skip to content

Commit 5ba30cc

Browse files
committed
remove todo
1 parent 02f7a62 commit 5ba30cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/resolvers/forgot_password.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func ForgotPasswordResolver(ctx context.Context, params model.ForgotPasswordInpu
134134
}, nil
135135
}
136136
if isMobileLogin {
137-
// TODO: send sms
138137
expiresAt := time.Now().Add(1 * time.Minute).Unix()
139138
otp := utils.GenerateOTP()
140139
otpData, err := db.Provider.UpsertOTP(ctx, &models.OTP{

0 commit comments

Comments
 (0)