Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
okta-vue - replace path when redirecting (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaastonsr authored and jmelberg-okta committed Mar 1, 2018
1 parent fa08208 commit 8e8ee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/okta-vue/src/components/ImplicitCallback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
name: 'ImplicitCallback',
async beforeMount () {
await this.$auth.handleAuthentication()
this.$router.push({
this.$router.replace({
path: this.$auth.getFromUri()
})
},
Expand Down

0 comments on commit 8e8ee97

Please sign in to comment.