fix: discord login
This commit is contained in:
parent
e83a0fe7da
commit
5124d6a2d8
1 changed files with 3 additions and 3 deletions
|
@ -47,8 +47,8 @@ class Login : AppCompatActivity() {
|
|||
view.evaluateJavascript(
|
||||
"""
|
||||
(function() {
|
||||
const wreq = (webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken();
|
||||
return wreq;
|
||||
const m = []; webpackChunkdiscord_app.push([[""], {}, e => {for (let c in e.c)m.push(e.c[c])}]);
|
||||
return m.find(n => n?.exports?.default?.getToken !== void 0)?.exports?.default?.getToken();
|
||||
})()
|
||||
""".trimIndent()
|
||||
) { result ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue