mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 17:38:50 -04:00
Disable autofill on one-off messages
Not good to be storing people’s phone numbers in browser autocomplete. And increases the chance of accidentally sending the wrong thing to the wrong person.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{{ page_title }}
|
||||
</h1>
|
||||
|
||||
<form method="post" class="js-stick-at-top-when-scrolling" data-module="autofocus">
|
||||
<form method="post" class="js-stick-at-top-when-scrolling" data-module="autofocus" autocomplete="off">
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
{{ textbox(
|
||||
|
||||
Reference in New Issue
Block a user