wizard password hotfix

This commit is contained in:
NoobishSVK
2024-11-07 17:07:26 +01:00
parent d206c4a72b
commit 73e7a7bf19
+1 -1
View File
@@ -6,7 +6,7 @@ $(document).ready(function() {
function submitConfig() {
updateConfigData(configData);
if (!configData.password || !configData.password.adminPass) {
if ($("#password-adminPass").val().length < 1) {
alert('You need to fill in the admin password before continuing further.');
return;
}