Skip to content

Commit 2687ec7

Browse files
committed
expose privacy settings
1 parent b59dc82 commit 2687ec7

File tree

1 file changed

+1
-3
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/account

1 file changed

+1
-3
lines changed

services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
3434
this.__fetchProfile();
3535

3636
this._add(this.__createProfileUser());
37-
if (osparc.utils.Utils.isDevelopmentPlatform()) {
38-
this._add(this.__createPrivacySection());
39-
}
37+
this._add(this.__createPrivacySection());
4038
if (osparc.store.StaticInfo.getInstance().is2FARequired()) {
4139
this._add(this.__create2FASection());
4240
}

0 commit comments

Comments
 (0)