Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(login): implement login screen functionality #6

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

bertusviljoen
Copy link
Owner

@bertusviljoen bertusviljoen commented Dec 8, 2024

  • Added Login Screen
  • Added User Secrets and Instructions

Add a new `LoginScreen` class that handles user login. The class
prompts the user for email and password, processes the login
through a mediator, and displays success or error messages.
Integrate this screen into the main application flow for user
authentication. Update project configuration to support user
secrets for sensitive information management.
@bertusviljoen bertusviljoen merged commit 12cf2ef into dev Dec 8, 2024
1 check passed
@bertusviljoen bertusviljoen deleted the feature/bertus_login_screen branch December 8, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant