From 82cd29d5958287a440ccbd0d64934238381772bc Mon Sep 17 00:00:00 2001 From: Alejandro Bailo <59607668+alejandrobailo@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:02:36 +0200 Subject: [PATCH] fix(auth): add method attribute to form for proper submission handling (#8699) --- ui/CHANGELOG.md | 4 ++++ ui/components/auth/oss/auth-form.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 582cec2700..8a3245b1ac 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -9,6 +9,10 @@ All notable changes to the **Prowler UI** are documented in this file. - `Prowler Hub` menu item with tooltip [(#8692)] (https://github.com/prowler-cloud/prowler/pull/8692) - Copy link button to finding detail page [(#8685)] (https://github.com/prowler-cloud/prowler/pull/8685) +### 🐞 Fixed + +- POST method on auth form [(#8699)] (https://github.com/prowler-cloud/prowler/pull/8699) + ## [1.12.0] (Prowler v5.12.0) ### 🚀 Added diff --git a/ui/components/auth/oss/auth-form.tsx b/ui/components/auth/oss/auth-form.tsx index 15c84b4350..d5f30f0836 100644 --- a/ui/components/auth/oss/auth-form.tsx +++ b/ui/components/auth/oss/auth-form.tsx @@ -206,6 +206,7 @@ export const AuthForm = ({