mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
trigger("reset")
This commit is contained in:
parent
c179264c5a
commit
1b2ad525df
@ -44,7 +44,7 @@ function loginMc(user, pass) {
|
|||||||
.then(data => {
|
.then(data => {
|
||||||
storeMcAccount(data.accessToken, data.clientToken, data.selectedProfile.name, data.selectedProfile.id);
|
storeMcAccount(data.accessToken, data.clientToken, data.selectedProfile.name, data.selectedProfile.id);
|
||||||
}).catch(e => addToast("Failed to login", e));
|
}).catch(e => addToast("Failed to login", e));
|
||||||
$("#form_add_mc input").reset();
|
$("#form_add_mc input").trigger("reset");
|
||||||
}
|
}
|
||||||
|
|
||||||
function logoutMojang(id) {
|
function logoutMojang(id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user