atofocus
This commit is contained in:
parent
1bf18535f8
commit
8d0d566697
1 changed files with 1 additions and 1 deletions
|
@ -53,5 +53,5 @@ postPinentryR uId = do
|
|||
)
|
||||
|
||||
pinentryForm :: AForm Handler Text
|
||||
pinentryForm = areq passwordField (bfs MsgPIN) Nothing
|
||||
pinentryForm = areq passwordField (withAtofocus $ bfs MsgPIN) Nothing
|
||||
<* bootstrapSubmit (msgToBSSubmit MsgSubmit)
|
||||
|
|
Loading…
Reference in a new issue