add skiplanding
This commit is contained in:
parent
bef6bd224c
commit
a5f42f7806
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user