Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Jul 21, 2023
1 parent 50e65da commit 78fa786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
"override_return_to": false
},
"selfservice": {
"allowed_return_urls": [
"https://relaxed-lamport-met2u5ttjg.projects.oryapis.com"
],
"default_browser_return_url": "/ui/welcome",
"flows": {
"error": {
Expand Down
2 changes: 1 addition & 1 deletion cmd/cloudx/client/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func TestCommandHelper(t *testing.T) {
"project.services.identity.config.session.cookie.domain",
"project.services.identity.config.session.cookie.name",
"project.services.identity.config.cookies.domain",
"project.services.identity.config.selfservice.allowed_return_urls.0",
"project.services.identity.config.selfservice.allowed_return_urls",
"project.services.oauth2.config.urls.self",
"project.services.oauth2.config.serve.cookies.domain",
"project.services.oauth2.config.serve.cookies.names",
Expand Down

0 comments on commit 78fa786

Please sign in to comment.