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

HMS-2151 fix: remember settings on step-back to token page #10

Merged

Commits on Oct 13, 2023

  1. HMS-2151 fix: remember settings on step-back to token page

    If the user steps back to the token page, settings they provided in
    the later pages of wizard are forgotten.
    
    Avoid this by updating `onVerify` to return early if it detects that
    the registered state is already `'completed'`.  This avoid
    overwriting the domain in the wizard state with the "pristine"
    domain data from the `VerifyRegistry` component.
    frasertweedale committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f1b0737 View commit details
    Browse the repository at this point in the history