switch to runFormPostNoToken to work around strange yesod bug
This commit is contained in:
parent
25462f125d
commit
4bb8720d85
11 changed files with 19 additions and 19 deletions
|
@ -112,7 +112,7 @@ xmppform :: Route WebApp -> Handler Html
|
|||
xmppform next = xmppPage $ do
|
||||
((result, form), enctype) <- liftH $ do
|
||||
oldcreds <- liftAnnex getXMPPCreds
|
||||
runFormPost $ renderBootstrap $ xmppAForm $
|
||||
runFormPostNoToken $ renderBootstrap $ xmppAForm $
|
||||
creds2Form <$> oldcreds
|
||||
let showform problem = $(widgetFile "configurators/xmpp")
|
||||
case result of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue