diff options
| author | Elizabeth <elizabeth@simponic.xyz> | 2024-04-03 15:58:44 -0600 |
|---|---|---|
| committer | Elizabeth <elizabeth@simponic.xyz> | 2024-04-03 15:58:44 -0600 |
| commit | 47cc8feefa34f35722719a82456ccd6257903d35 (patch) | |
| tree | 29b2353e15dbc15785ad4c75034c2df32efc9def /api/auth.go | |
| parent | da6b6011fc8a73af7d0feb32f116e6b10de11b44 (diff) | |
| download | hatecomputers.club-47cc8feefa34f35722719a82456ccd6257903d35.tar.gz hatecomputers.club-47cc8feefa34f35722719a82456ccd6257903d35.zip | |
rename auth redirect login name
Diffstat (limited to 'api/auth.go')
| -rw-r--r-- | api/auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auth.go b/api/auth.go index 14e6924..0e4c1ed 100644 --- a/api/auth.go +++ b/api/auth.go @@ -50,7 +50,7 @@ func StartSessionContinuation(context *RequestContext, req *http.Request, resp h } } -func InterceptCodeContinuation(context *RequestContext, req *http.Request, resp http.ResponseWriter) ContinuationChain { +func InterceptOauthCodeContinuation(context *RequestContext, req *http.Request, resp http.ResponseWriter) ContinuationChain { return func(success Continuation, failure Continuation) ContinuationChain { state := req.URL.Query().Get("state") code := req.URL.Query().Get("code") |
