switch to runFormPostNoToken to work around strange yesod bug

This commit is contained in:
Joey Hess 2013-10-14 12:18:04 -04:00
parent 25462f125d
commit 4bb8720d85
11 changed files with 19 additions and 19 deletions

View file

@ -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