remove logs
This commit is contained in:
parent
7cead2d8f4
commit
9ce371fa3c
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
if ($params["?template"]) {
|
if ($params["?template"]) {
|
||||||
console.log("SETTING COOKIE", $params["?template"])
|
|
||||||
await auth.setInitInfo({ init_template: $params["?template"] })
|
await auth.setInitInfo({ init_template: $params["?template"] })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -202,7 +202,6 @@
|
||||||
loaded = true
|
loaded = true
|
||||||
// if the portal is loaded from an external URL with a template param
|
// if the portal is loaded from an external URL with a template param
|
||||||
const initInfo = await auth.getInitInfo()
|
const initInfo = await auth.getInitInfo()
|
||||||
console.log(initInfo)
|
|
||||||
if (initInfo.init_template) {
|
if (initInfo.init_template) {
|
||||||
createAppFromTemplateUrl(initInfo.init_template)
|
createAppFromTemplateUrl(initInfo.init_template)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue