| changeset 493 | 5e8ef87576ec |
| parent 487 | a881aa78a3b1 |
| child 502 | 89dc19ad8073 |
--- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed May 03 10:30:49 2017 +0200 +++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed May 03 10:40:48 2017 +0200 @@ -251,7 +251,7 @@ const onboarding = Cookies.get('__iconolab_onboarding'); - if (!onboarding) { + if (!onboarding && this.isAuthenticated) { setTimeout(() => { this.startOnboarding(); }, 1000);