{% extends "base.html" %} {% block title %}Sign in with email — SimpleAudit Studio{% endblock %} {% block auth_content %}
{% load static %} SimpleAudit

SimpleAudit Studio

Reproducible AI Model Auditing

{% csrf_token %}

Sign in with email

Enter your email address and we'll send you a 6-digit sign-in code.

{% if error %}
{{ error }}
{% endif %}
← Back to password sign-in
{% endblock %}