Include CSRF token in login form, otherwise the check fails and login fails
CSRF token check doesn't find the token in the login POST, so logins fail. For some reason, yesod-auth-account intentionally avoided putting the token in the login form. I updated the yesod-auth-account code to include the token. This patch simply choose the new revision with the fix, so that logins work again.
This commit is contained in:
parent
a1d0b8402e
commit
5a7811b067
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ packages:
|
|||
# - '../yesod-auth-account'
|
||||
- location:
|
||||
git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account
|
||||
commit: d44b85e979b52baaba346b236250a4a84dbd5c7f
|
||||
commit: cc9d6a5d4e0d5fb3b061a5a9ccc0ab03eea89811
|
||||
extra-dep: true
|
||||
- '../yesod-mail-send'
|
||||
|
||||
|
|
Loading…
Reference in a new issue