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

[stable30] fix: block access to route when isn't allowed by admin #4096

Merged
merged 3 commits into from
Dec 2, 2024

Commits on Dec 2, 2024

  1. fix: block access to route when isn't allowed by admin

    Now we already don't send data to validation page when the public access
    to this route is blocked but we follow loading the frontend without
    data. With this change will redirect to an error page
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f757083 View commit details
    Browse the repository at this point in the history
  2. fix: show error message

    Backend every send as string and not as array
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5584800 View commit details
    Browse the repository at this point in the history
  3. fix: prevent infinity loop

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    59f6c97 View commit details
    Browse the repository at this point in the history