Skip to content

Commit

Permalink
remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Dec 10, 2024
1 parent e07cf70 commit e9ccc9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ qx.Class.define("osparc.data.model.User", {
construct: function(userData) {
this.base(arguments);

// OM remove this
if (!userData["username"]) {
userData["username"] = "odeimaiz";
}
Expand Down

0 comments on commit e9ccc9f

Please sign in to comment.