fix iss
This commit is contained in:
parent
f2999ba53e
commit
3495822ec3
|
@ -396,7 +396,7 @@ func userAuthVerifyHandler(repo *owl.Repository) func(http.ResponseWriter, *http
|
||||||
fmt.Sprintf(
|
fmt.Sprintf(
|
||||||
"%s?code=%s&state=%s&iss=%s",
|
"%s?code=%s&state=%s&iss=%s",
|
||||||
redirect_uri, code, state,
|
redirect_uri, code, state,
|
||||||
user.AuthUrl(),
|
user.FullUrl(),
|
||||||
),
|
),
|
||||||
http.StatusFound,
|
http.StatusFound,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue