wcz-test 4.5.5 → 4.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3088,7 +3088,11 @@ var ToolbarAccount = () => {
3088
3088
  closeMenu();
3089
3089
  };
3090
3090
  const keycloak = useKeycloak();
3091
- const user = keycloak.user;
3091
+ const user = {
3092
+ name: "Dalibor Homola",
3093
+ employeeId: "C2503017",
3094
+ department: "IT"
3095
+ };
3092
3096
  const getModeText = () => {
3093
3097
  switch (mode) {
3094
3098
  case "light": {