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 2ddda0c commit 76164e8Copy full SHA for 76164e8
services/static-webserver/client/source/class/osparc/data/model/User.js
@@ -28,10 +28,6 @@ qx.Class.define("osparc.data.model.User", {
28
construct: function(userData) {
29
this.base(arguments);
30
31
- // OM remove this
32
- if (!userData["username"]) {
33
- userData["username"] = "odeimaiz";
34
- }
35
let description = "";
36
if (userData["first_name"]) {
37
description = userData["first_name"];
0 commit comments