You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
wizard password hotfix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user