avatar and more

This commit is contained in:
2024-09-15 10:42:32 +02:00
parent ad8a0caf14
commit 663e8247fe
7 changed files with 20 additions and 63 deletions

View File

@@ -142,7 +142,7 @@ function mojangErrorDisplayable(errorCode) {
exports.addMojangAccount = async function(username, password) {
try {
const response = await MojangRestAPI.authenticate(username, password, ConfigManager.getClientToken())
console.log(response)
if(response.responseStatus === RestResponseStatus.SUCCESS) {
const session = response.data