Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47ae258

Browse filesBrowse files
committed
updated
1 parent 6436772 commit 47ae258
Copy full SHA for 47ae258

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎controllers/auth.controller.go

Copy file name to clipboardExpand all lines: controllers/auth.controller.go
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.