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