Last active
May 21, 2021 21:05
-
-
Save Stanley-GF/4ff944f0fe6893696f20175df4b83eca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function LogOut(){ | |
var req = webpackJsonp.push([ | |
[], { | |
extra_id: (e, t, r) => e.exports = r | |
}, | |
[ | |
["extra_id"] | |
] | |
]); | |
function FindModule(v){ | |
const z = typeof v === "string" ? v : null; | |
for (const A in req.c) { | |
if (req.c.hasOwnProperty(A)) { | |
const C = req.c[A].exports; | |
if ( | |
C && | |
C.__esModule && | |
C.default && | |
(z ? C.default[z] : v(C.default)) | |
) | |
return C.default; | |
if (C && (z ? C[z] : v(C))) return C; | |
} | |
} | |
return null; | |
} | |
FindModule("login").logout() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment