MMN
mouiad mohamad nasab
Modern Login Page - Copy this Html, Tailwind Component to your project
add error handling like this "{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} <div class="{{ 'message' if category == 'message' else 'error' }}">{{ message }}</div> {% endfor %} {% endif %} {% endwith %}"
Prompt
