[mirotalksfu] - fix host login
هذا الالتزام موجود في:
@@ -86,7 +86,6 @@ app.get(['/login'], (req, res) => {
|
|||||||
hostCfg.authenticated = true;
|
hostCfg.authenticated = true;
|
||||||
res.sendFile(path.join(__dirname, '../../', 'public/view/landing.html'));
|
res.sendFile(path.join(__dirname, '../../', 'public/view/landing.html'));
|
||||||
} else {
|
} else {
|
||||||
hostCfg.authenticated = false;
|
|
||||||
res.sendFile(path.join(__dirname, '../../', 'public/view/login.html'));
|
res.sendFile(path.join(__dirname, '../../', 'public/view/login.html'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم