diff --git a/src/pages/profile/guest-profile/guest-profile.ts b/src/pages/profile/guest-profile/guest-profile.ts index b9c9efdfd..41b9dc13a 100644 --- a/src/pages/profile/guest-profile/guest-profile.ts +++ b/src/pages/profile/guest-profile/guest-profile.ts @@ -246,14 +246,9 @@ export class GuestProfilePage { * */ goToRoles() { - if (!this.isNetworkAvailable) { - this.showNetworkWarning(); - } - else { - this.navCtrl.push(UserTypeSelectionPage, { - profile: this.profile - }) - } + this.navCtrl.push(UserTypeSelectionPage, { + profile: this.profile + }); } buttonClick(isNetAvailable) {