Skip to content

Commit

Permalink
Update for code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 committed Jan 18, 2022
1 parent 9617dac commit 90dedf5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions auth-web/src/views/auth/BookmarkLoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@ import Vue from 'vue'
}
})
export default class BookmarkLoginView extends Vue {
mounted () {
}
/** The route bookmarkPath. */
get bookmarkPath (): string {
return `${this.$route.query.bookmarkPath}`
return this.$route.query?.bookmarkPath as string
}
}
</script>
Expand Down

0 comments on commit 90dedf5

Please sign in to comment.