search: probably a merge issue

This commit is contained in:
AdrienLSH 2024-05-14 10:36:47 +02:00
parent 140da78397
commit 6fe4c9fe3b

View File

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