File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/desktop/account Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments