You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 14:33:52 +01:00
wizard password hotfix
This commit is contained in:
@@ -6,7 +6,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
function submitConfig() {
|
function submitConfig() {
|
||||||
updateConfigData(configData);
|
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.');
|
alert('You need to fill in the admin password before continuing further.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user