From 93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sun, 27 Apr 2025 13:36:27 +0200 Subject: [chore] Rewrite all remaining Github links --- internal/api/auth/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/auth/callback.go') diff --git a/internal/api/auth/callback.go b/internal/api/auth/callback.go index 608ee1bd4..d9c2a79e4 100644 --- a/internal/api/auth/callback.go +++ b/internal/api/auth/callback.go @@ -148,7 +148,7 @@ func (m *Module) CallbackGETHandler(c *gin.Context) { // Since we require lowercase usernames at this point, lowercase the one // from the claims and use this to autofill the form with a suggestion. // - // Pending https://github.com/superseriousbusiness/gotosocial/issues/1813 + // Pending https://codeberg.org/superseriousbusiness/gotosocial/issues/1813 suggestedUsername := strings.ToLower(claims.PreferredUsername) page := apiutil.WebPage{ -- cgit v1.2.3