fix: verify email
This commit is contained in:
parent
5d73df0040
commit
ee7aea7bee
|
@ -95,7 +95,7 @@ func VerifyEmailHandler() gin.HandlerFunc {
|
||||||
}
|
}
|
||||||
|
|
||||||
if redirectURL == "" {
|
if redirectURL == "" {
|
||||||
redirectURL = claim["redirect_url"].(string)
|
redirectURL = claim["redirect_uri"].(string)
|
||||||
}
|
}
|
||||||
|
|
||||||
if strings.Contains(redirectURL, "?") {
|
if strings.Contains(redirectURL, "?") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user