Minor changes

This commit is contained in:
Eduard Urbach 2017-06-18 20:39:39 +02:00
parent cc1b9c851d
commit 12c8e7642d

View File

@ -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)
})
}