Skip to content

Commit f831379

Browse files
committed
revert change for forgot password
1 parent a50f6be commit f831379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func GetOrganization() map[string]interface{} {
8282

8383
// GetForgotPasswordURL to get url for given token and hostname
8484
func GetForgotPasswordURL(token, redirectURI string) string {
85-
verificationURL := redirectURI + "?token=" + token + "&redirect_uri=" + redirectURI
85+
verificationURL := redirectURI + "?token=" + token
8686
return verificationURL
8787
}
8888

0 commit comments

Comments
 (0)