sivaprasadreddy / spring-blog

Blogging platform using Java and Spring Boot
MIT License
7 stars 3 forks source link

login related ui changes #36

Open raj1802 opened 3 days ago

raj1802 commented 3 days ago

Changes made for the below issue:

Files added

  1. Login.html
  2. Login.css

Expected functionality:

  1. User login page, when login endpoint is called.
  2. If a user is new, he can navigate to signup page
  3. Able to fill user name(email adress) and password for authentication

Breaking Existing functionality?