This commit is contained in:
creeper123123321 2021-01-20 15:09:48 -03:00
parent 9a8a5f9250
commit 262935843f

View File

@ -27,7 +27,7 @@ function loginMs() {
myMSALObj.loginRedirect(loginRequest);
}
myMSALObj.handleRedirectPromise().then(() => refreshAccountList());
$(() => myMSALObj.handleRedirectPromise().then(() => refreshAccountList()));
function getMcToken(username) {
return getTokenPopup(username, loginRequest)