remove log
This commit is contained in:
parent
fa3bb8c119
commit
ed3a9b78ea
|
@ -200,8 +200,6 @@
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
await apps.load()
|
await apps.load()
|
||||||
loaded = true
|
loaded = true
|
||||||
|
|
||||||
console.log($auth)
|
|
||||||
// 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 templateKey = $auth.initTemplate
|
const templateKey = $auth.initTemplate
|
||||||
if (templateKey) {
|
if (templateKey) {
|
||||||
|
|
Loading…
Reference in New Issue