Skip to content

Commit b9221d8

Browse files
committed
minor
1 parent 96e4ff2 commit b9221d8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/auth/Manager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ qx.Class.define("osparc.auth.Manager", {
241241
authData.set({
242242
email: profile["login"],
243243
username: profile["userName"],
244-
firstName: profile["first_name"] || profile["login"],
245-
lastName: profile["last_name"] || "",
244+
firstName: profile["first_name"],
245+
lastName: profile["last_name"],
246246
expirationDate: "expirationDate" in profile ? new Date(profile["expirationDate"]) : null
247247
});
248248
},

0 commit comments

Comments
 (0)