mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2026-09-17 15:35:16 +02:00
Unlock guest login button fix
This commit is contained in:
@@ -739,6 +739,7 @@
|
||||
function unlock_login_fields() {
|
||||
$("#loginProgress").hide();
|
||||
$("#discordlogin_btn").attr("disabled",false);
|
||||
$("#guestlogin_btn").attr("disabled",false);
|
||||
$("#custom_username_field").prop("disabled",false);
|
||||
clearTimeout(logintimer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user