From 327e7d267a166c7af913f4ff89ed22a878497022 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 10 Oct 2018 18:13:50 +0200 Subject: [PATCH] typo --- Handler/Pinentry.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/Pinentry.hs b/Handler/Pinentry.hs index 96b0c9b..65e959e 100644 --- a/Handler/Pinentry.hs +++ b/Handler/Pinentry.hs @@ -53,5 +53,5 @@ postPinentryR uId = do ) pinentryForm :: AForm Handler Text -pinentryForm = areq passwordField (withAtofocus $ bfs MsgPIN) Nothing +pinentryForm = areq passwordField (withAutofocus $ bfs MsgPIN) Nothing <* bootstrapSubmit (msgToBSSubmit MsgSubmit)