Camille à trop les cramptés, en plus il va voir francis éboué qui est passé chez noz avec son daron qui se dore la biscotte en guadeloupe
This commit is contained in:
parent
208dd206ce
commit
08093627c9
@ -1,4 +1,5 @@
|
|||||||
import AbstractAuthentifiedView from "./AbstractAuthentifiedView.js";
|
import AbstractAuthentifiedView from "./AbstractAuthentifiedView.js";
|
||||||
|
import {client} from "../index.js";
|
||||||
|
|
||||||
export default class extends AbstractAuthentifiedView {
|
export default class extends AbstractAuthentifiedView {
|
||||||
constructor(params) {
|
constructor(params) {
|
||||||
@ -6,6 +7,8 @@ export default class extends AbstractAuthentifiedView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async postInit() {
|
async postInit() {
|
||||||
|
let profiles = await client.profiles.all();
|
||||||
|
console.log(profiles);
|
||||||
let users = ["cramptéMan", "cacaMan", "chatteWomen"]
|
let users = ["cramptéMan", "cacaMan", "chatteWomen"]
|
||||||
|
|
||||||
let list_users = document.getElementById('list_users');
|
let list_users = document.getElementById('list_users');
|
||||||
|
Loading…
Reference in New Issue
Block a user