mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 03:38:26 -04:00
Add autocomplete off option for confirm service setting page
This commit is contained in:
@@ -13,7 +13,7 @@ GOV.UK Notify | Service settings
|
|||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-three-quarters">
|
<div class="column-three-quarters">
|
||||||
|
|
||||||
<form method="post">
|
<form autocomplete="off" method="post">
|
||||||
{{ textbox(form.password) }}
|
{{ textbox(form.password) }}
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
'Confirm',
|
'Confirm',
|
||||||
|
|||||||
Reference in New Issue
Block a user