search: probably a merge issue
This commit is contained in:
parent
140da78397
commit
6fe4c9fe3b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user