force to close the user modal profile

This commit is contained in:
2026-04-06 13:21:13 +01:00
parent f6ddea8586
commit 54411bc20c
+1
View File
@@ -352,6 +352,7 @@ export class ProfilePage implements OnInit {
}
logout() {
this.modalController.dismiss();
this.UserService.logout();
}