diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts index b1d06caa8..3d1a75984 100644 --- a/src/app/modals/profile/profile.page.ts +++ b/src/app/modals/profile/profile.page.ts @@ -352,6 +352,7 @@ export class ProfilePage implements OnInit { } logout() { + this.modalController.dismiss(); this.UserService.logout(); }