Pretty up the login page to match everywhere else

This commit is contained in:
Danielle McLean 2017-10-09 20:30:50 +11:00
parent 400c9ca8b4
commit 3b58b57cc5
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 19 additions and 7 deletions

View file

@ -215,6 +215,7 @@ instance YesodAuth App where
where loginForm :: Route App -> Widget
loginForm action = do
mtok <- reqToken <$> getRequest
setTitle "log in"
$(widgetFile "auth/login")
authHttpManager = getHttpManager