Add password format option for token input in manifest.json

This commit is contained in:
deluan
2026-02-03 10:25:35 -05:00
parent cdc693bd7f
commit fc53feccbe

View File

@@ -86,7 +86,10 @@
}, },
{ {
"type": "Control", "type": "Control",
"scope": "#/properties/token" "scope": "#/properties/token",
"options": {
"format": "password"
}
} }
] ]
} }