mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Small fixes for login field
This commit is contained in:
@ -342,6 +342,7 @@ $("#custom_username_field").keyup(function(event){
|
||||
} else if (data.status == 403) {
|
||||
Materialize.toast('Authentication error! You have been banned.', 10000);
|
||||
}
|
||||
unlock_login_fields();
|
||||
})
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user