opnform-host-nginx/client/components/pages
JhumanJ a43ed866b8 Add POST method to LoginForm and RegisterForm components
- Updated the `LoginForm.vue` and `RegisterForm.vue` components to include the `method="POST"` attribute in their form elements. This change ensures that form submissions are handled correctly as POST requests, aligning with standard web practices for user authentication and registration.

These modifications aim to enhance the functionality of the authentication forms by explicitly defining the request method for form submissions.
2025-04-14 10:32:48 +02:00
..
admin Enhance JWT Token Management and Authentication Flow (#720) 2025-03-10 17:32:17 +08:00
auth Add POST method to LoginForm and RegisterForm components 2025-04-14 10:32:48 +02:00
forms Implement AI Loading Messages and Enhance Locale Handling in Forms (#737) 2025-04-01 17:54:10 +02:00
pricing Billing flow redirect (#713) 2025-03-05 19:16:33 +08:00
settings Merge branch 'main' of https://github.com/JhumanJ/OpnForm 2025-01-27 18:24:33 +01:00
templates 0351d front end linting (#377) 2024-04-15 19:39:03 +02:00
welcome Enhance language support and fix validation messages 2024-12-09 12:47:01 +01:00
NotFoundForm.vue Refactor Form Submission and Field Management Logic 2025-03-25 18:42:53 +01:00
OpenFormFooter.vue Create form abuse page (#731) 2025-03-20 19:01:40 +01:00