dev #8

Merged
gyurix merged 2 commits from dev into main 2025-08-04 16:17:46 +00:00
Showing only changes of commit 92fbb27e80 - Show all commits

View File

@@ -13,12 +13,15 @@
{
"description": "Username",
"key": "FILEBROWSER_USER",
"value": ""
"value": "",
"required": "true"
},
{
"description": "Password",
"key": "FILEBROWSER_PASS",
"info": "The password minimum length is 12 characters.",
"value": "",
"required": "true",
"type": "password"
}
]