diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 97f0049a89..71a6708b11 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the **Prowler UI** are documented in this file. +## [1.12.1] (Prowler v5.12.1) + +### 🐞 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 = ({