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

fix: bug 2fa redirect to unallowed method #6703

Merged
merged 6 commits into from
Nov 5, 2023

Commits on Jun 20, 2023

  1. fix: bug 2fa redirect to unallowed method

    Bug cause by an input value that tries to do a get request to a post route.
    
    after a failure to verify the 2fa code the url in navbar changes to validate2fa which is a post route.
    
    - set the input value to static string 'dashboard'
    efturtle committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    03217d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    75e662a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    e1e3ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b6dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c645bf View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    asbiin authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    52ce264 View commit details
    Browse the repository at this point in the history