From 08093627c9fa384690056f6f658fb7c351bec780 Mon Sep 17 00:00:00 2001 From: Xamora Date: Mon, 11 Dec 2023 13:09:20 +0100 Subject: [PATCH] =?UTF-8?q?Camille=20=C3=A0=20trop=20les=20crampt=C3=A9s,?= =?UTF-8?q?=20en=20plus=20il=20va=20voir=20francis=20=C3=A9bou=C3=A9=20qui?= =?UTF-8?q?=20est=20pass=C3=A9=20chez=20noz=20avec=20son=20daron=20qui=20s?= =?UTF-8?q?e=20dore=20la=20biscotte=20en=20guadeloupe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/static/js/views/Search.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/static/js/views/Search.js b/frontend/static/js/views/Search.js index 9a8bb52..fe0d7fe 100644 --- a/frontend/static/js/views/Search.js +++ b/frontend/static/js/views/Search.js @@ -1,4 +1,5 @@ import AbstractAuthentifiedView from "./AbstractAuthentifiedView.js"; +import {client} from "../index.js"; export default class extends AbstractAuthentifiedView { constructor(params) { @@ -6,6 +7,8 @@ export default class extends AbstractAuthentifiedView { } async postInit() { + let profiles = await client.profiles.all(); + console.log(profiles); let users = ["cramptéMan", "cacaMan", "chatteWomen"] let list_users = document.getElementById('list_users');