- Change style of user list in lobby page for input at top
    - add some 3d objects on home page
This commit is contained in:
Kum1ta
2024-09-18 23:53:15 +02:00
parent 0c8c949de6
commit d0b789cdda
7 changed files with 51 additions and 6 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 17:40:15 by edbernar #+# #+# */
/* Updated: 2024/09/18 20:30:09 by edbernar ### ########.fr */
/* Updated: 2024/09/18 21:51:14 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -42,7 +42,7 @@ class Login
}
else
{
waitForLogin().then((aa) => {
waitForLogin().then(() => {
if (userMeInfo.id !== -1)
{
nodeText = document.createTextNode(userMeInfo.username);