opnform-host-nginx/client/components/pages/auth
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
..
components Add POST method to LoginForm and RegisterForm components 2025-04-14 10:32:48 +02:00
ForgotPasswordModal.vue fix password reset bug (#559) 2024-09-05 09:36:28 +02:00