Skip to content

Commit

Permalink
chore: fix merge markers
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Feb 13, 2024
1 parent ee7cf27 commit 740e5b7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
4 changes: 0 additions & 4 deletions contrib/quickstart/kratos/all-strategies/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ selfservice:
lifespan: 10m

registration:
<<<<<<< Updated upstream
two_steps: true
=======
enable_legacy_flow: true
>>>>>>> Stashed changes
lifespan: 10m
ui_url: http://localhost:4455/registration
after:
Expand Down
7 changes: 0 additions & 7 deletions driver/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,7 @@ const (
ViperKeyURLsAllowedReturnToDomains = "selfservice.allowed_return_urls"
ViperKeySelfServiceRegistrationEnabled = "selfservice.flows.registration.enabled"
ViperKeySelfServiceRegistrationLoginHints = "selfservice.flows.registration.login_hints"
<<<<<<< Updated upstream
ViperKeySelfServiceRegistrationTwoSteps = "selfservice.flows.registration.two_steps"
=======
<<<<<<< Updated upstream
=======
ViperKeySelfServiceRegistrationTwoSteps = "selfservice.flows.registration.enable_legacy_flow"
>>>>>>> Stashed changes
>>>>>>> Stashed changes
ViperKeySelfServiceRegistrationUI = "selfservice.flows.registration.ui_url"
ViperKeySelfServiceRegistrationRequestLifespan = "selfservice.flows.registration.lifespan"
ViperKeySelfServiceRegistrationAfter = "selfservice.flows.registration.after"
Expand Down
12 changes: 0 additions & 12 deletions embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,24 +1238,12 @@
},
"after": {
"$ref": "#/definitions/selfServiceAfterRegistration"
<<<<<<< Updated upstream
},
"two_steps": {
"type": "boolean",
"title": "Two-step registration",
"description": "When set to true, the user first fills in the traits in the first screen and then chooses a credential to sign up with in the second screen.",
"default": false
=======
<<<<<<< Updated upstream
=======
},
"enable_legacy_flow": {
"type": "boolean",
"title": "Disable two-step registration",
"description": "Two-step registration is a significantly improved sign up flow and recommended when using more than one sign up methods. To revert to one-step registration, set this to `true`.",
"default": true
>>>>>>> Stashed changes
>>>>>>> Stashed changes
}
}
},
Expand Down
7 changes: 0 additions & 7 deletions test/e2e/profiles/passkey/identity.traits.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@
"password": {
"identifier": true
},
<<<<<<< Updated upstream
=======
"webauthn": {
"identifier": true
},
>>>>>>> Stashed changes
"passkey": {
"display_name": true
}
Expand All @@ -36,11 +33,7 @@
"minLength": 10
}
},
<<<<<<< Updated upstream
"required": ["email", "website"],
=======
"required": ["email"],
>>>>>>> Stashed changes
"additionalProperties": false
}
}
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/profiles/two-steps/.kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ selfservice:
default_browser_return_url: http://localhost:4455/login

registration:
<<<<<<< Updated upstream
two_steps: true
=======
enable_legacy_flow: false
>>>>>>> Stashed changes
ui_url: http://localhost:4455/registration
after:
password:
Expand Down

0 comments on commit 740e5b7

Please sign in to comment.