diff --git a/auth/google.go b/auth/google.go index 7cae086d..8110020a 100644 --- a/auth/google.go +++ b/auth/google.go @@ -104,6 +104,6 @@ func InstallGoogleAuth(app *aero.Application) { return ctx.Redirect("/") } - return ctx.Error(http.StatusForbidden, "Account does not exist", err) + return ctx.Error(http.StatusForbidden, "Account does not exist", getErr) }) }