From 54411bc20cd2dd530a1990895a0ffa52c7b54e8c Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 6 Apr 2026 13:21:13 +0100 Subject: [PATCH] force to close the user modal profile --- src/app/modals/profile/profile.page.ts | 1 + 1 file changed, 1 insertion(+) 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(); }