Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use asPath property for token retrieval instead use query property
- Replaced `useRouter().query` with `useRouter().asPath` to retrieve the `token` parameter - Changed implementation due to an issue where the token retrieved from `query` was not as expected
- Loading branch information