1.1.0 • Published 5 months ago
postpace-auth-theme v1.1.0
Postpace Authorization Theme
Setup
- Install
postpace-auth-theme
on npm - Add this some code in your js
const path = require("path");
const PixflowAuth = require("postpace-auth-theme");
customElements.define("pixflow-auth", PixflowAuth);
const pixflow_auth = new PixflowAuth();
if(pixflow_auth.redirect_panel_encrypt() == true)
window.location.href = path.join(window.__adobe_cep__.getSystemPath("extension"),"index.html");
- Edit
./node_modules/postpace-auth-theme/index.html
value ofMainPath
tag incsxs/manifest.xml