zy-acs-flow/src/map/header/FakeFab.jsx
@@ -16,9 +16,21 @@ const handleToggle = () => { getFakeSign(null, (res) => { let pass = true; if (!res) { const pwd = prompt("please enter password:"); if (pwd === 'xltys1995') { pass = true; } else { pass = false; alert('Incorrect password'); } } if (pass) { setFakeSign(!res, (updatedSign) => { setFakeRun(updatedSign); }); } }); }