{% extends "base.html" %} {% block title %}Log in{% endblock %} {% block content %}
{% if sso %}

Single sign-on

Enter your work email and we'll send you to your organisation's identity provider.

{% if error %}
{{ error }}
{% endif %}

Log in with a password instead

{% else %}

Welcome back

Log in to your {{ app_name }} account.

{% if sso_required %}
Your organisation requires SSO for @{{ email.rsplit('@', 1)[-1] }} addresses. Sign in with SSO
{% elif error %}
{{ error }}
{% endif %} {% if google_client_id %}
or with your password
{% endif %}

No account? Start freeForgot password?

Sign in with SSO ยท for organisations on Enterprise

{% endif %}
{% endblock %} {% block scripts %}{% if google_client_id and not sso %}{% endif %}{% endblock %}