diff options
Diffstat (limited to 'internal/processing/oauth.go')
| -rw-r--r-- | internal/processing/oauth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/oauth.go b/internal/processing/oauth.go index 749716398..573c0d53a 100644 --- a/internal/processing/oauth.go +++ b/internal/processing/oauth.go @@ -21,8 +21,8 @@ import ( "context" "net/http" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" "code.superseriousbusiness.org/oauth2/v4" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" ) func (p *Processor) OAuthHandleAuthorizeRequest(w http.ResponseWriter, r *http.Request) gtserror.WithCode { |
