Merge branch 'main' of codeberg.org:adrien-lsh/ft_transcendence

This commit is contained in:
2024-05-14 11:33:40 +02:00
4 changed files with 196 additions and 193 deletions

View File

@ -14,9 +14,6 @@ export default class extends AbstractView {
this.profiles = await client.profiles.all();
this.logged = await client.isAuthenticated();
this.logged = await client.isAuthenticated();
this.profiles = await client.profiles.all();
document.getElementById("username-input").oninput = () => this.display_users();
this.last_add_chat = undefined;