-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bank feeds sdk update #1450
Bank feeds sdk update #1450
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Overall readability score: 59.3 (🟢 +0.01)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
ChatGPT's code review: Code Review
Suggestions for Improvement
Overall, the code demonstrates good practices in React development. By addressing the suggested improvements, you can enhance the efficiency, maintainability, and security of the component integration with the Bank Feeds SDK. |
Link check results (filtered):
|
@@ -23,6 +23,6 @@ All clients using Link SDK to deploy the auth flow in their application. | |||
|
|||
## How to get started? | |||
|
|||
To implement an auth flow with our Link SDK, see [Get started with Link SDK](https://docs.codat.io/auth-flow/authorize-embedded-link). | |||
To implement an auth flow with our Link SDK, see [Get started with Link SDK](/auth-flow/authorize-embedded-link). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does the code know the main domain if not included here then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code treats it as relative to the domain the site is hosted at.
If you hard code the domain, it won't work in staging/preview environments, etc.
Description
Type of change
Please delete options that are not relevant.
Reviews and merging
You are responsible for getting your PR merged. Address review comments promptly and make sure to merge the PR when ready.
Feel free to 'Enable automerge' - your PR will automatically merge when accepted and passing the build.