Skip to content

Commit 9224c1c

Browse files
authored
fix: redirect url (#1889)
I followed the steps in the docu - on my side it worked only after changing the url.
1 parent fa4c367 commit 9224c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.js/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ If you don't know the API endpoint, have a look at section [Regions and API Endp
483483
```json
484484
"oauth2-configuration": {
485485
"redirect-uris": [
486-
"http://localhost:5000/"
486+
"http://localhost:5000/login/callback"
487487
]
488488
}
489489
```

0 commit comments

Comments
 (0)