Skip to content

Commit

Permalink
Merge pull request #97 from ymaheshwari1/feat/launchpad-login-using-url
Browse files Browse the repository at this point in the history
Fixed: issue when samlLogin flow fails, redirecting the user to login page
  • Loading branch information
ymaheshwari1 authored Mar 29, 2024
2 parents a8cca63 + b27e9a0 commit 8c63487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export default defineComponent({
this.router.push('/')
}
} catch (error) {
this.router.push('/')
console.error(error)

Check warning on line 270 in src/views/Login.vue

View workflow job for this annotation

GitHub Actions / call-workflow-in-another-repo / build_and_deploy

Unexpected console statement

Check warning on line 270 in src/views/Login.vue

View workflow job for this annotation

GitHub Actions / call-workflow-in-another-repo / reusable_workflow_job (18.x)

Unexpected console statement

Check warning on line 270 in src/views/Login.vue

View workflow job for this annotation

GitHub Actions / call-workflow-in-another-repo / reusable_workflow_job (20.x)

Unexpected console statement
}
},
Expand Down

0 comments on commit 8c63487

Please sign in to comment.