We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a35328 commit 575ca80Copy full SHA for 575ca80
controllers/admin_controller.go
@@ -28,9 +28,9 @@ func (controller *Controller) DeletePermanently(c echo.Context) error {
28
29
is_auth_type := session.Values["is_auth_type"]
30
if is_auth_type == -1 {
31
- log.Warn("for GET to users without no-session [@route: /login]")
+ log.Warn("for GET to admin delete permanently without no-session [@route: /login]")
32
middleware.SetFlashError(c, "login process failed!")
33
- log.Warn("END request method GET for users: [-]failure")
+ log.Warn("END request method GET for admin delete permanently: [-]failure")
34
return c.Redirect(http.StatusFound, "/login")
35
}
36
0 commit comments