Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Dec 3, 2024
1 parent 52bd653 commit a7c2d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions business-registry-dashboard/app/pages/acceptToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ definePageMeta({
onMounted(async () => {
try {
console.log('route.query.token', route.query.token)
const token = parseToken(route.query.token as string)
// Parse the URL and try to add the affiliation
parseUrlAndAddAffiliation(token, route.query.token as string)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ definePageMeta({
onMounted(async () => {
try {
console.log('route.query.token', route.query.token)
const token = parseToken(route.query.token as string)
// Parse the URL and try to add the affiliation
parseUrlAndAddAffiliation(token, route.query.token as string)
Expand Down

0 comments on commit a7c2d05

Please sign in to comment.