Merge branch 'master' into feat/tokens
This commit is contained in:
commit
a046cc0fa9
@ -66,7 +66,7 @@ campusForm :: ( RenderMessage site FormMessage
|
||||
, Button site ButtonSubmit
|
||||
) => AForm (HandlerT site IO) CampusLogin
|
||||
campusForm = CampusLogin
|
||||
<$> areq ciField (fslpI MsgCampusIdent "user.name@campus.lmu.de" & setTooltip MsgCampusIdentNote) Nothing
|
||||
<$> areq ciField (fslpI MsgCampusIdent "user.name@campus.lmu.de" & setTooltip MsgCampusIdentNote & addAttr "autofocus" "") Nothing
|
||||
<*> areq passwordField (fslI MsgCampusPassword) Nothing
|
||||
|
||||
campusLogin :: forall site.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user