Update patcher to disable qr login
This commit is contained in:
parent
2ec59d2ff2
commit
edf8fda03d
@ -135,6 +135,9 @@ const doPatch = (content) => {
|
||||
"e.isFastConnect=t; if (t !== undefined) e._doResumeOrIdentify();"
|
||||
);
|
||||
|
||||
// disable qr code login
|
||||
content = content.replaceAll(/\w\?\(\d,\w\.jsx\)\(\w*\,{authTokenCallback:this\.handleAuthToken}\):null/g, "null");
|
||||
|
||||
return content;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user