Skip to content

Commit

Permalink
fix broken link in readme (#17)
Browse files Browse the repository at this point in the history
* fix broken link in readme

* 2024.12.0

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rohanharikr and github-actions[bot] authored Dec 6, 2024
1 parent d0612bc commit 7db5cd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Load `https://quickstart.hello.coop/` with the following query parameters:
- `pp_uri` - (OPTIONAL) privacy policy link
- `image_uri` - (OPTIONAL) app logo link
- `dark_image_uri` - (OPTIONAL) app logo link for dark theme
- `redirect_uri` - (OPTIONAL) one or more space separated OAuth `redirect_uri` values to be added to the Production Redirect URIs. `http:\\localhost:*` and `http:\\127.0.0.1` Development Redirect URIs are enabled by default
- `redirect_uri` - (OPTIONAL) one or more space separated OAuth `redirect_uri` values to be added to the Production Redirect URIs. `http://localhost:*` and `http://127.0.0.1` Development Redirect URIs are enabled by default
- `integration` - (OPTIONAL) how the application is created. defaults to `quickstart`
- `wildcard_domain` - (OPTIONAL) a boolean value indicating if wildcard domains are enabled in Development Redirect URIs
- `provider_hint` - (OPTIONAL) a space separated list of recommended providers per [provider_hint](https://www.hello.dev/documentation/provider-hint.html#recommended-provider-defaults)
- `provider_hint` - (OPTIONAL) a space separated list of recommended providers per [provider_hint](https://www.hello.dev/docs/apis/wallet/#provider_hint)

Eg: `response_uri` = `http://localhost:8000/` & `suffix` = "Next.js"

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "src",
"private": true,
"version": "2024.11.0",
"version": "2024.12.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7db5cd3

Please sign in to comment.