From 12c8e7642dca0090f57fd63067a48027ab500913 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 18 Jun 2017 20:39:39 +0200 Subject: [PATCH] Minor changes --- auth/google.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) }