Skip to content

Commit

Permalink
Removed: unwanted url, updated comment and reverted styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed May 23, 2024
1 parent ab5b837 commit f114909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ export default defineComponent({
handle: 'order-routing',
name: 'Order Routing',
resource: require('../assets/images/OrderRouting.svg'),
type: 'Workflow',
url: "http://localhost:8101"
type: 'Workflow'
}]
const appCategory = appInfo.reduce((obj: any, app: any) => {
Expand Down Expand Up @@ -303,6 +302,7 @@ export default defineComponent({
}
ion-card-header {
text-align: center;
padding-bottom: 0;
align-items: center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default defineComponent({
// logout from Launchpad if logged out from the app
if (this.$route.query?.isLoggedOut === 'true') {
// We will already mark the user as unuauthorised when log-out from the app
// For the case of apps using maarg login, we will call the lohout api from launchpad
// For the case of apps using maarg login, we will call the logout api from launchpad
isMaargLogin(this.$route.query.redirectUrl as string) ? await this.authStore.logout() : await this.authStore.logout({ isUserUnauthorised: true })
}
Expand Down

0 comments on commit f114909

Please sign in to comment.