revert change for forgot password
This commit is contained in:
parent
a50f6becbd
commit
f831379d27
|
@ -82,7 +82,7 @@ func GetOrganization() map[string]interface{} {
|
||||||
|
|
||||||
// GetForgotPasswordURL to get url for given token and hostname
|
// GetForgotPasswordURL to get url for given token and hostname
|
||||||
func GetForgotPasswordURL(token, redirectURI string) string {
|
func GetForgotPasswordURL(token, redirectURI string) string {
|
||||||
verificationURL := redirectURI + "?token=" + token + "&redirect_uri=" + redirectURI
|
verificationURL := redirectURI + "?token=" + token
|
||||||
return verificationURL
|
return verificationURL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user