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 = ({