diff --git a/controllers/auth/indieauth/client.go b/controllers/auth/indieauth/client.go index 6ea483dbc..7b53ac4b8 100644 --- a/controllers/auth/indieauth/client.go +++ b/controllers/auth/indieauth/client.go @@ -58,7 +58,7 @@ func HandleRedirect(w http.ResponseWriter, r *http.Request) { request, response, err := ia.HandleCallbackCode(code, state) if err != nil { log.Debugln(err) - msg := fmt.Sprintf("Unable to complete authentication. Go back.