mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
pls work
This commit is contained in:
parent
9a8a5f9250
commit
262935843f
@ -27,7 +27,7 @@ function loginMs() {
|
||||
myMSALObj.loginRedirect(loginRequest);
|
||||
}
|
||||
|
||||
myMSALObj.handleRedirectPromise().then(() => refreshAccountList());
|
||||
$(() => myMSALObj.handleRedirectPromise().then(() => refreshAccountList()));
|
||||
|
||||
function getMcToken(username) {
|
||||
return getTokenPopup(username, loginRequest)
|
||||
|
Loading…
Reference in New Issue
Block a user