1 - You should delete the console.log used for testing (clean code)
2 - There is no toast or signal to notify the user whether the login was successful or failed. If you implement it in the same way as the registration, use the response message returned from the backend and display it in a toast.
1 - You should delete the console.log used for testing (clean code) 2 - There is no toast or signal to notify the user whether the login was successful or failed. If you implement it in the same way as the registration, use the response message returned from the backend and display it in a toast.