Local Development Login
Enter any email to access the application
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
Quick Login Options:
Development Mode
This is a simplified login for local development.
In production, this would use secure authentication.