avatar and more
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user