{% extends "base.html" %} {% block title %}Login - Familiar Admin{% endblock %} {% block content %}
🐍

Familiar Admin

Sign in to your account

{% if sso_enabled %}
{% if sso_provider == 'google' %} Sign in with Google {% elif sso_provider == 'microsoft' %} Sign in with Microsoft {% else %} Sign in with SSO {% endif %}
Or continue with email
{% endif %}

We'll email you a magic link for password-free sign in.

{% endblock %}