feat: todo in menubar toevoegen

This commit is contained in:
Joyelle Ndagijimana 2025-03-17 11:26:38 +01:00
parent d555144681
commit 37ecad30ea
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@
const path = "/user";
const role = localStorage.getItem("activeRole");
//TODO: use authState form services map to get user token
const name = "Kurt Cobain";
const initials = name
.split(" ")