mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:14:39 +03:00
prevent firefox from autocompleting the current password in the form/fields for changing password
This commit is contained in:
@ -757,7 +757,7 @@ const account = async (name: string) => {
|
||||
style({display: 'inline-block'}),
|
||||
'New password',
|
||||
dom.br(),
|
||||
password=dom.input(attr.type('password'), attr.required(''), function focus() {
|
||||
password=dom.input(attr.type('password'), attr.autocomplete('new-password'), attr.required(''), function focus() {
|
||||
passwordHint.style.display = ''
|
||||
}),
|
||||
),
|
||||
|
Reference in New Issue
Block a user