We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e4ff2 commit b9221d8Copy full SHA for b9221d8
services/static-webserver/client/source/class/osparc/auth/Manager.js
@@ -241,8 +241,8 @@ qx.Class.define("osparc.auth.Manager", {
241
authData.set({
242
email: profile["login"],
243
username: profile["userName"],
244
- firstName: profile["first_name"] || profile["login"],
245
- lastName: profile["last_name"] || "",
+ firstName: profile["first_name"],
+ lastName: profile["last_name"],
246
expirationDate: "expirationDate" in profile ? new Date(profile["expirationDate"]) : null
247
});
248
},
0 commit comments