You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
@@ -105,6 +105,7 @@ function getBotInfo(botName, n) {
105
105
username: unm ? unm : salt(10),
106
106
version: idBotVersion.value,
107
107
auth: idAuthType.value,
108
+
easyMcToken: idAltToken.value,
108
109
onMsaCode: function(data){
109
110
constcode=data.user_code
110
111
sendLog(`<li> <img src="./assets/icons/app/code.svg" class="icon-sm" style="filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(359%) hue-rotate(172deg) brightness(93%) contrast(89%)">[${botName}] First time signing in. Please authenticate now: To sign in, use a web browser to open the page <b style="cursor: pointer; color: blue;" onClick="shell.openExternal('https://www.microsoft.com/link')">https://www.microsoft.com/link</b> and enter the code: ${code} <img src="./assets/icons/app/clipboard.svg" onclick="navigator.clipboard.writeText('${code}')" style="cursor: pointer; filter: brightness(0) invert(1);" height="16px;"> to authenticate. </li>`)
@@ -118,6 +119,7 @@ function getBotInfo(botName, n) {
118
119
username: unm ? unm : salt(10),
119
120
version: idBotVersion.value,
120
121
auth: idAuthType.value,
122
+
easyMcToken: idAltToken.value,
121
123
onMsaCode: function(data){
122
124
constcode=data.user_code
123
125
sendLog(`<li> <img src="./assets/icons/app/code.svg" class="icon-sm" style="filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(359%) hue-rotate(172deg) brightness(93%) contrast(89%)">[${botName}] First time signing in. Please authenticate now: To sign in, use a web browser to open the page <b style="cursor: pointer; color: blue;" onClick="shell.openExternal('https://www.microsoft.com/link')">https://www.microsoft.com/link</b> and enter the code: ${code} <img src="./assets/icons/app/clipboard.svg" onclick="navigator.clipboard.writeText('${code}')" style="cursor: pointer; filter: brightness(0) invert(1);" height="16px;"> to authenticate. </li>`)
@@ -129,7 +131,7 @@ function getBotInfo(botName, n) {
0 commit comments