Skip to content

Commit

Permalink
lambda config catch added
Browse files Browse the repository at this point in the history
  • Loading branch information
munkh-altai committed May 21, 2023
1 parent c76615f commit 440a400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export default {
} else {
this.redirectToLogin();
}
}).catch(()=>{
this.redirectToLogin();
});
if (navigator.platform.indexOf("Win") !== -1) {
Expand Down

0 comments on commit 440a400

Please sign in to comment.