Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back button is not working for two step registration #374

Open
3 of 5 tasks
aeneasr opened this issue Mar 4, 2025 · 1 comment
Open
3 of 5 tasks

Back button is not working for two step registration #374

aeneasr opened this issue Mar 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@aeneasr
Copy link
Member

aeneasr commented Mar 4, 2025

Preflight checklist

Ory Network Project

No response

Describe the bug

The back button <input type="submit" value="previous" method="screen"> isn't working because it's sending the incorrect payload. That is because it re-uses the logic for the two step login process, I believe.

Reproducing the bug

  1. enable two step registration
  2. register
  3. fill out email
  4. submit
  5. click "choose another method"

Relevant log output

Relevant configuration

Version

master

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

No response

@aeneasr aeneasr added the bug Something isn't working label Mar 4, 2025
@aeneasr
Copy link
Member Author

aeneasr commented Mar 4, 2025

This should fix it: ory/kratos@48872b6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant