Skip to content

Commit

Permalink
Merge pull request #1342 from alphagov/disable-2fa-autocomplete
Browse files Browse the repository at this point in the history
Disable autocomplete for 2FA input when logging in
  • Loading branch information
brucebolt committed Feb 14, 2020
2 parents bc16236 + b35189d commit 1586946
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
name: "code",
autofocus: true,
tabindex: 0,
# TODO: disable autocomplete
autocomplete: "off",
hint: "Use the 6-digit verification app on your phone to get your code. You won’t need to do this again for 30 days."
} %>
Expand Down

0 comments on commit 1586946

Please sign in to comment.