From ab10266bff8d3dea1655e5f98a932efa2474bdb6 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 26 Apr 2025 15:34:10 +0200 Subject: [feature] Move to code.superseriousbusiness.org --- internal/processing/oauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/oauth.go') 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 { -- cgit v1.2.3