{% extends "base.html" %} {% block title %}Log In — AppManager{% endblock %} {% block content %}

Welcome to AppManager

Sign in or register with Email Magic Link or Google

{% if magic_sent %}
Magic Link Sent! Check {{ email }} for your one-time login link.
{% if dev_magic_url %}
Developer Mode Preview:
SMTP is not configured. Use this magic link directly to log in:
Click to Log In Instantly →
{% endif %}

← Back to sign in

{% else %} {% if google_configured %} Continue with Google
OR EMAIL MAGIC LINK
{% endif %}
{% endif %}
{% endblock %}