Skip to content

Commit b77e673

Browse files
committed
__fetchMyProfile
1 parent 678ef2f commit b77e673

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
4343
this.__userProfileData = {};
4444
this.__userPrivacyData = {};
4545

46-
this.__fetchProfile();
46+
this.__fetchMyProfile();
4747
},
4848

4949
statics: {
@@ -80,7 +80,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
8080
__personalInfoModel: null,
8181
__personalInfoRenderer: null,
8282

83-
__fetchProfile: function() {
83+
__fetchMyProfile: function() {
8484
this.__userProfileRenderer.setEnabled(false);
8585
this.__privacyRenderer.setEnabled(false);
8686
this.__personalInfoRenderer.setEnabled(false);
@@ -693,7 +693,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
693693
});
694694
verifyPhoneNumberView.addListener("done", () => {
695695
win.close();
696-
this.__fetchProfile();
696+
this.__fetchMyProfile();
697697
}, this);
698698
},
699699
}

0 commit comments

Comments
 (0)