diff --git a/src/app/client/src/app/app.component.ts b/src/app/client/src/app/app.component.ts
index 7a269627d6e2c93f56b788fafce6bc33ae293588..11ec9efc74668de4d19e2016e86ee21207e160a3 100644
--- a/src/app/client/src/app/app.component.ts
+++ b/src/app/client/src/app/app.component.ts
@@ -172,7 +172,7 @@ export class AppComponent implements OnInit {
           return throwError(user.err);
         }
         this.userProfile = user.userProfile;
-        this.slug = _.get(this.userProfile, 'userProfile.rootOrg.slug');
+        this.slug = _.get(this.userProfile, 'rootOrg.slug');
         this.channel = this.userService.hashTagId;
         return of(user.userProfile);
     }));