Pretty up the login page to match everywhere else
This commit is contained in:
parent
400c9ca8b4
commit
3b58b57cc5
3 changed files with 19 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue