pixflow-auth-motionfactory-theme
1.2.3 • Public • Published Pixflow Authorization MotionFactory Theme
- Install
pixflow-auth-motionFactory-theme
on npm
- Add this some code in your js
const Logout = require("pixflow-logout");
const logout = new Logout();
const PixflowAuth = require("pixflow-auth-motionfactory-theme");
customElements.define("pixflow-auth", PixflowAuth);
const pixflow_auth = new PixflowAuth();
if(!pixflow_auth.redirect_panel_encrypt() || localStorage.getItem("token"))
logout.submit_click();
- Edit
./node_modules/pixflow-auth-motionfactory-theme/index.html
value of MainPath
tag in csxs/manifest.xml
Readme
Keywords
nonePackage Sidebar
Install
npm i pixflow-auth-motionfactory-theme
Weekly Downloads