diff --git a/src/components/Login.vue b/src/components/Login.vue index 90a5a5e5..434535a7 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -186,21 +186,19 @@ module.exports = { that.$emit("initApp") - that.updateSocial(() => { - // that.$store.commit('CURRENT_MODAL', 'ModalTour'); - - console.log("Signing in/up took " + (Date.now()-creationStart)+" mS from function call"); - if (that.stayLoggedIn) { - let rootKey = context.rootKey.toByteArray(); - setRootKeyIntoCacheProm(context.username, rootKey).thenApply(function (isSupported) { - if (isSupported) { - console.log("Offline support enabled"); - } else { - console.log("Offline support not available"); - } - }); - } - }); + // that.$store.commit('CURRENT_MODAL', 'ModalTour'); + + console.log("Signing in/up took " + (Date.now()-creationStart)+" mS from function call"); + if (that.stayLoggedIn) { + let rootKey = context.rootKey.toByteArray(); + setRootKeyIntoCacheProm(context.username, rootKey).thenApply(function (isSupported) { + if (isSupported) { + console.log("Offline support enabled"); + } else { + console.log("Offline support not available"); + } + }); + } }, appFromUrl(){ const props = this.getPropsFromUrl();