Many fixes and adjustments to the upper right landing UI.

The user_text span now displays the currently selected account.
This commit is contained in:
Daniel Scalzi
2018-04-29 18:05:59 -04:00
parent ea758aee1f
commit 4106b2b069
6 changed files with 35 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ const Mojang = require('./mojang.js')
*
* @param {string} username The account username (email if migrated).
* @param {string} password The account password.
* @returns {Promise.<Object>} Promise which resolves to the Mojang authentication response.
* @returns {Promise.<Object>} Promise which resolves the resolved authenticated account object.
*/
exports.addAccount = async function(username, password){
try{