fix login redirect
This commit is contained in:
parent
7ead1ffe22
commit
e998272f81
|
@ -52,6 +52,6 @@ func (h *LoginHandler) HandlePost(c *fiber.Ctx) error {
|
|||
}
|
||||
c.Cookie(&cookie)
|
||||
|
||||
return c.Redirect("/editor/")
|
||||
return c.Redirect("/admin/")
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue