mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix readonly
This commit is contained in:
parent
8754c49ae5
commit
edf7f6dbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
"vars-on-top": "off"
|
||||
},
|
||||
"globals": {
|
||||
"_called": "writable",
|
||||
"_called": "readonly",
|
||||
"acceptedOTPFields": "readonly",
|
||||
"assertInputFields": "readonly",
|
||||
"assertPasswordChangeFields": "readonly",
|
||||
|
|
|
|||
Loading…
Reference in a new issue