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

refactor(core): Extract all Auth-related User columns into a separate entity #9557

Merged
merged 3 commits into from
May 31, 2024

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    2911ef6 View commit details
    Browse the repository at this point in the history
  2. Send only data for the MFA option the user used

    Before we were sending `mfaToken` and `mfaRecoveryCode` even though the user can only send one. It was working because we had an or condition in the backend. The changes on this PR change that condition, making it imposible to login with recovery codes. This change makes the FE to send only the field the user used making recovery codes work again.
    RicardoE105 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9e7d307 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix MFA e2e tests

    RicardoE105 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    57fef51 View commit details
    Browse the repository at this point in the history