Merge pull request #3760 from alphagov/remove-chrome-form-heuristics-hack

Remove hack for bug in Chrome autocomplete
This commit is contained in:
Tom Byers
2021-01-06 10:31:46 +00:00
committed by GitHub

View File

@@ -27,7 +27,6 @@ Create an account
"classes": "govuk-!-width-three-quarters"
}) }}
</div>
<input class="govuk-visually-hidden" aria-hidden="true" tabindex="-1" id="defeat-chrome-autocomplete">
{{ form.password(param_extensions={"hint": {"text": "At least 8 characters"}, "classes": "govuk-!-width-three-quarters", "autocomplete": "new-password"}) }}
{{form.auth_type}}
{{ page_footer("Continue") }}