mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-22 12:05:45 +01:00
just use val("") to fix
This commit is contained in:
parent
b63511c912
commit
a71c062f11
@ -44,7 +44,7 @@ function loginMc(user, pass) {
|
||||
.then(data => {
|
||||
storeMcAccount(data.accessToken, data.clientToken, data.selectedProfile.name, data.selectedProfile.id);
|
||||
}).catch(e => addToast("Failed to login", e));
|
||||
$("#form_add_mc input")[0].reset();
|
||||
$("#form_add_mc input").val("");
|
||||
}
|
||||
|
||||
function logoutMojang(id) {
|
||||
|
Loading…
Reference in New Issue
Block a user