This commit is contained in:
Niko Abeler 2022-11-07 20:05:20 +01:00
parent f2999ba53e
commit 3495822ec3
1 changed files with 1 additions and 1 deletions

View File

@ -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,
) )