Have got first run working and publishing to Netlify
This commit is contained in:
parent
b7e0269e9d
commit
30d99eeb9e
22 changed files with 472 additions and 47 deletions
|
|
@ -66,6 +66,7 @@ func (lh *LoginHandler) DoLogin(c fiber.Ctx) error {
|
|||
}
|
||||
|
||||
sess.Set("user_id", user.ID)
|
||||
sess.Delete("_login_challenge")
|
||||
|
||||
return c.Redirect().To("/")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue