Skip to content

Commit

Permalink
fix: removes custom message from props
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar504 committed Dec 26, 2024
1 parent 944a671 commit ee434d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/application/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ const routes: RouteRecordRaw[] = [
},
props: route => ({
code: route.params.code,
customMessage: route.query.message,
}),
},
];
Expand Down

0 comments on commit ee434d5

Please sign in to comment.