Remove comma from <form> tag
This commit is contained in:
parent
af038b75f8
commit
b4d3e01afb
@ -1,5 +1,9 @@
|
||||
# ChangeLog for yesod-auth
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Email: Fix typo in `defaultEmailLoginHandler` template [#1605](https://github.com/yesodweb/yesod/pull/1605)
|
||||
|
||||
## 1.6.7
|
||||
|
||||
* Redirect behavior of `clearCreds` depends on request type [#1598](https://github.com/yesodweb/yesod/pull/1598)
|
||||
|
||||
@ -420,7 +420,7 @@ defaultEmailLoginHandler toParent = do
|
||||
(widget, enctype) <- generateFormPost loginForm
|
||||
|
||||
[whamlet|
|
||||
<form method="post" action="@{toParent loginR}", enctype=#{enctype}>
|
||||
<form method="post" action="@{toParent loginR}" enctype=#{enctype}>
|
||||
<div id="emailLoginForm">
|
||||
^{widget}
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user