summaryrefslogtreecommitdiff
path: root/internal/processing/oauth.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/oauth.go')
-rw-r--r--internal/processing/oauth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/oauth.go b/internal/processing/oauth.go
index ae511e949..6cd7e00cf 100644
--- a/internal/processing/oauth.go
+++ b/internal/processing/oauth.go
@@ -20,8 +20,8 @@ package processing
import (
"net/http"
+ "codeberg.org/superseriousbusiness/oauth2/v4"
"github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/oauth2/v4"
)
func (p *Processor) OAuthHandleAuthorizeRequest(w http.ResponseWriter, r *http.Request) gtserror.WithCode {