issues
search
sunami09
/
WebGroup
0
stars
0
forks
source link
Add Login Page
#8
Closed
sunami09
closed
6 days ago
sunami09
commented
6 days ago
[x] Implemented a basic login page with Firebase Authentication integration.
[x] Added fields for user Email and Password with basic validation.
[x] Created a Login button that triggers Firebase's
signInWithEmailAndPassword
method.
[x] Displayed error messages below the login form if authentication fails.
[x] Styled the page with a consistent design to match the overall app theme.
[x] Included a 'Register here' link for users without an account, redirecting them to the registration page.
sunami09
commented
6 days ago
Screenshots:
Login Page
:
sunami09
commented
6 days ago
10 Merged
signInWithEmailAndPassword
method.