add skiplanding

This commit is contained in:
ashley 2025-09-19 17:29:58 +02:00
parent bef6bd224c
commit a5f42f7806

View File

@ -264,6 +264,10 @@ module.exports = function (app, config, renderTemplate) {
return res.redirect("/app");
}
if(req.query.skiplanding === "true") {
return res.redirect("/app")
}
return renderTemplate(res, req, "landing.ejs", {
secure,
embedtype: req.query.embedtype,