swsnu / swppfall2021

Learning Software Engineering By Building Web Services
28 stars 19 forks source link

HW3 : question about login page #78

Open kjw7953 opened 3 years ago

kjw7953 commented 3 years ago

I have two questions about login scenario.

  1. When user doesn't enter the email or password, should the login button be disabled?
  2. If login fails, should the input values(both email and password) be initialized?

Thanks 👍

kdh0102 commented 3 years ago

Both are up to you. They do not matter to your grade. The only thing that matters is to make sure swpp@snu.ac.kr works and others don't.

kjw7953 commented 3 years ago

Thank you for your answer!