Minor changes
This commit is contained in:
parent
cc1b9c851d
commit
12c8e7642d
@ -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)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user