Fix readonly

This commit is contained in:
varjolintu 2024-09-28 21:59:23 +03:00
parent 8754c49ae5
commit edf7f6dbbf

View file

@ -80,7 +80,7 @@
"vars-on-top": "off"
},
"globals": {
"_called": "writable",
"_called": "readonly",
"acceptedOTPFields": "readonly",
"assertInputFields": "readonly",
"assertPasswordChangeFields": "readonly",