Login
Sign in to access your account.
{% for key, provider in providers.items() %}
{% if key == 'google' %}
{% elif key == 'github' %}
{% elif key == 'microsoft' %}
{% elif key == 'discord' %}
{% elif key == 'facebook' %}
{% elif key == 'twitter' %}
{% endif %}
Continue with {{ provider.name }}
{% else %}
No authentication providers are configured. Please contact the site administrator.
{% endfor %}