Open-Source-Community / expenses_tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Username and Password Verification in Login Screen

amira20nasser opened this issue · comments

In the login screen , users should be able to enter their username and password. To ensure security it's essential to verify whether the entered Data exist in the database. If the username and password combination is incorrect, the application should display a Snack bar message indicating "Wrong username or password. If the username and password combination is correct, the application should go to charts screen.