pixflow-auth-voiceai-theme
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -7,2 +7,3 @@ const PixflowControllerAuth = require("pixflow-controller-auth"); | ||
const cep_manifest = new CepManifest(); | ||
require("pixflow-auth-form-email"); | ||
@@ -23,6 +24,2 @@ class PixflowAuthVoiceAI extends PixflowControllerAuth { | ||
}) | ||
const c = await this.connect(); | ||
if(c){ | ||
document.querySelector("pixflow-auth > div > div.loading").classList.remove("active"); | ||
} | ||
} | ||
@@ -29,0 +26,0 @@ |
const path = require("path"); | ||
const CepManifest = require("pixflow-cep-manifest"); | ||
const cep_manifest = new CepManifest(); | ||
const PixflowAuth = require("pixflow-auth-voiceai-theme"); | ||
customElements.define("pixflow-auth", PixflowAuth); | ||
const pixflow_auth = document.querySelector("pixflow-auth"); | ||
if(pixflow_auth.redirect_panel_encrypt() == true) | ||
window.location.href = path.join(window.__adobe_cep__.getSystemPath("extension"),"index.html"); | ||
if(localStorage.getItem("md5") != undefined) | ||
window.location.href = cep_manifest.get_main_path(); |
{ | ||
"name": "pixflow-auth-voiceai-theme", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
561300
342