We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50f6be commit f831379Copy full SHA for f831379
server/utils/common.go
@@ -82,7 +82,7 @@ func GetOrganization() map[string]interface{} {
82
83
// GetForgotPasswordURL to get url for given token and hostname
84
func GetForgotPasswordURL(token, redirectURI string) string {
85
- verificationURL := redirectURI + "?token=" + token + "&redirect_uri=" + redirectURI
+ verificationURL := redirectURI + "?token=" + token
86
return verificationURL
87
}
88
0 commit comments