Skip to content

Commit

Permalink
Merge pull request #472 from rahulramakrishnan3/release-2.6.1
Browse files Browse the repository at this point in the history
bug 1315 fix
  • Loading branch information
kiranharidas187 committed Apr 5, 2024
2 parents 8b2a06a + f3b9957 commit 4aa971a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/core/services/http/http.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ export class HttpService {
}

async triggerLogoutConfirmationAlert(result) {
if(this.modalController.getTop()) {
await this.modalController.dismiss()
}
let msg = result.data.message;
if (result && !this.isAlertOpen) {
let texts: any;
Expand Down

0 comments on commit 4aa971a

Please sign in to comment.