prikryla / friendly_betting

1 stars 0 forks source link

FE - Feedback after bad credentials for the user #5

Closed janmrakava closed 2 months ago

janmrakava commented 3 months ago

Its neccessary to add some feedback for the user, when he enter bad password or username (BE returns error)

janmrakava commented 2 months ago

Work start - 13.8.2024

prikryla commented 2 months ago

@janmrakava So basically I should add some logic in case of invalid credentials, right? How you would like to handle this? Just some return code with some message or do you have any other idea? I'm not sure if you can handle all of this on FE side... but my login function of the route should return some feedback in case of invalid login.

janmrakava commented 2 months ago

This is just FE task I think. Because when user entered bad password for example, BE already return message "Invalid credentials" So Im gonna catch this error and display some feedback for the user

So I think I don't need anything from you here:)

prikryla commented 2 months ago

Cool beans. I wasn't sure how does it work right now. Thanks for the clarification. I should get oriented of the current BE state and do some progress.

janmrakava commented 2 months ago

Great idea my code buddy:)