Skip to content

Conversation

@tib-source
Copy link
Owner

No description provided.

@tib-source tib-source requested a review from Copilot April 19, 2025 00:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a user registration feature and improves login error handling for better clarity and user experience.

  • Updated log formatting in the authentication controller
  • Added a new registration route with validation and error handling in Register.tsx
  • Enhanced error messaging in the Login route and integrated the new registration route in main.tsx

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
src/main/java/com/tibs/Ergon/controller/AuthController.java Updated log statement formatting in the login endpoint
src/main/client/src/routes/Register/Register.tsx Added registration functionality with form validation and error handling
src/main/client/src/routes/Login/Login.tsx Improved login error handling with dynamic error messages
src/main/client/src/main.tsx Added registration route to the router configuration
Files not reviewed (1)
  • src/main/client/src/components/styling/auth.css: Language not supported

@tib-source tib-source merged commit 0ef4c86 into main Apr 19, 2025
1 check passed
@tib-source tib-source linked an issue Apr 19, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create the register page

2 participants