mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 08:34:40 +03:00
prevent firefox from autocompleting the current password in the form/fields for changing password
This commit is contained in:
@ -217,6 +217,7 @@ const [dom, style, attr, prop] = (function () {
|
||||
max: (s) => _attr('max', s),
|
||||
action: (s) => _attr('action', s),
|
||||
method: (s) => _attr('method', s),
|
||||
autocomplete: (s) => _attr('autocomplete', s),
|
||||
};
|
||||
const style = (x) => { return { _styles: x }; };
|
||||
const prop = (x) => { return { _props: x }; };
|
||||
|
Reference in New Issue
Block a user