Skip to content

Commit

Permalink
docs: fix incorrect port
Browse files Browse the repository at this point in the history
Closes ory#2095
  • Loading branch information
aeneasr committed Jan 1, 2022
1 parent 58f2d1f commit 8ed07d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Looking at the network stack, you can see two redirects happening:
Here's a play-by-play of what happened:

1. `/login` redirected you to
`http://127.0.0.1:4434/self-service/login/browser`, which is one of Ory
`http://127.0.0.1:4433/self-service/login/browser`, which is one of Ory
Kratos' APIs used for logging in browser-based applications.
2. Kratos handled `/self-service/login/browser` which created and persisted a
new flow with `csrf_token`. Kratos would check no session exists, redirected
Expand Down

0 comments on commit 8ed07d5

Please sign in to comment.