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

[SDK] Allow passwords to be set at the point of reset confirmation #6171

Merged
merged 7 commits into from
Jun 7, 2022

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    e3d46cf View commit details
    Browse the repository at this point in the history
  2. allow passing the new password when resetting passwords either upfron…

    …t or as part of the confirmation step
    ouchadam committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    35163f7 View commit details
    Browse the repository at this point in the history
  3. moving the reset password new password to the reset confirmation step

    - the new password is moved to the in memory view model state
    ouchadam committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    cc8f17b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a247e View commit details
    Browse the repository at this point in the history
  5. removing impossible case

    ouchadam committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    32389a9 View commit details
    Browse the repository at this point in the history
  6. adding dedicated fail event in the legacy onboarding flow when the re…

    …set password new password is not set
    ouchadam committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fa5b7c6 View commit details
    Browse the repository at this point in the history
  7. adding missing loading state when confirming password reset

    - adds reset test cases to the onboarding view model
    ouchadam committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    edfabb0 View commit details
    Browse the repository at this point in the history