Skip to content

Commit 47ae258

Browse files
committed
updated
1 parent 6436772 commit 47ae258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/auth.controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (ac *AuthController) ForgotPassword(ctx *gin.Context) {
266266

267267
// 👇 Send Email
268268
emailData := utils.EmailData{
269-
URL: config.Origin + "/forgotPassword/" + resetToken,
269+
URL: config.Origin + "/resetpassword/" + resetToken,
270270
FirstName: firstName,
271271
Subject: "Your password reset token (valid for 10min)",
272272
}

0 commit comments

Comments
 (0)