mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-01-24 21:08:28 +01:00
Small fixes for login field
This commit is contained in:
parent
8a382e8dae
commit
10084adcba
@ -342,6 +342,7 @@ $("#custom_username_field").keyup(function(event){
|
|||||||
} else if (data.status == 403) {
|
} else if (data.status == 403) {
|
||||||
Materialize.toast('Authentication error! You have been banned.', 10000);
|
Materialize.toast('Authentication error! You have been banned.', 10000);
|
||||||
}
|
}
|
||||||
|
unlock_login_fields();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user