New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

pixflow-auth-voiceai-theme

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixflow-auth-voiceai-theme

- Install `pixflow-auth-motionFactory-theme` on npm - Add this some code in your js ```js const Logout = require("pixflow-logout"); const logout = new Logout(); const PixflowAuth = require("pixflow-auth-motionfactory-theme"); customElements.define("

1.0.8
latest
Version published
Maintainers
0
Created

Pixflow Authorization MotionFactory Theme

Setup

  • 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

FAQs

Package last updated on 27 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts