Skip to content

Commit

Permalink
Quickstart: Fix email-password return urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jacwil committed May 18, 2024
1 parent 5dcbb77 commit df333a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/quickstart/kratos/email-password/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ serve:
base_url: http://kratos:4434/

selfservice:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:4455/welcome
allowed_return_urls:
- http://127.0.0.1:4455
- http://127.0.0.1:4455/welcome
- http://localhost:19006/Callback
- exp://localhost:8081/--/Callback

Expand Down Expand Up @@ -50,7 +50,7 @@ selfservice:
ui_url: http://127.0.0.1:4455/verification
use: code
after:
default_browser_return_url: http://127.0.0.1:4455/
default_browser_return_url: http://127.0.0.1:4455/welcome

logout:
after:
Expand Down

0 comments on commit df333a0

Please sign in to comment.