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 5f2b0e7 commit 9d67a35Copy full SHA for 9d67a35
services/static-webserver/client/source/class/osparc/utils/Avatar.js
@@ -39,9 +39,7 @@ qx.Class.define("osparc.utils.Avatar", {
39
},
40
41
__getUrl: function(email, username, size = 100) {
42
- if (email == null) {
43
- email = "";
44
- }
+ email = email || "";
45
// MD5 (Message-Digest Algorithm) by WebToolkit
46
const MD5 = function(s) {
47
function L(k, d) {
0 commit comments