Skip to content

Commit c1f2d05

Browse files
committed
minor
1 parent 497b23c commit c1f2d05

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/store/Groups.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ qx.Class.define("osparc.store.Groups", {
9494
this.setGroupMe(groupMe);
9595
const myAuthData = osparc.auth.Data.getInstance();
9696
groupMe.set({
97-
label: osparc.data.model.User.namesToLabel(myAuthData.getFirstName(), myAuthData.getLastName()),
98-
description: myAuthData.getEmail(),
97+
label: myAuthData.getUsername(),
98+
description: `${myAuthData.getFirstName()} ${myAuthData.getLastName()} - ${myAuthData.getEmail()}`,
9999
thumbnail: osparc.data.model.User.emailToThumbnail(myAuthData.getEmail()),
100100
})
101101
return orgs;

0 commit comments

Comments
 (0)