commit dashboard authentication
This commit is contained in:
1 parent
81f2943967
commit
2ab169ef6b
2 files changed
+41
-3
No files matched your search
@@ -235,5 +235,5 @@ func Login(c *fiber.Ctx) error {
|
||||
}
|
||||
c.Cookie(&cookie)
|
||||
|
||||
return c.Status(fiber.StatusNotImplemented).Render("dasboard", fiber.Map{})
|
||||
return c.Status(fiber.StatusNotImplemented).Redirect("/dashboard")
|
||||
}
|
||||
Reference in new issue
Block a user