IndieAuth #25

Merged
h4kor merged 19 commits from auth into master 2022-11-07 19:38:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3495822ec3 - Show all commits

View File

@ -396,7 +396,7 @@ func userAuthVerifyHandler(repo *owl.Repository) func(http.ResponseWriter, *http
fmt.Sprintf(
"%s?code=%s&state=%s&iss=%s",
redirect_uri, code, state,
user.AuthUrl(),
user.FullUrl(),
),
http.StatusFound,
)