postpace-auth-theme
v1.0.8
Published
- Install `postpace-auth-theme` on npm - Add this some code in your js ```js const path = require("path"); const PixflowAuth = require("postpace-auth-theme"); customElements.define("pixflow-auth", PixflowAuth); const pixflow_auth = new PixflowAuth()
Downloads
6
Readme
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