Sign In
Authenticate below to create or join a team.
{% for option in auth_options %}
{% if option == "discord" %}
{% if loop.index > 1 %}
{{ bar("Or continue with Discord") }}
{% endif %}
{{ icons.discord(class="mr-2 size-4") }} Discord
{% elif option == "email" %}
{% if loop.index > 1 %}
{{ bar("Or continue with Email") }}
{% endif %}
{% elif option == "ctftime" %}
{% if loop.index > 1 %}
{{ bar("Or continue with CTFtime") }}
{% endif %}
{{ icons.ctftime(class="h-6 stroke-none") }}
{% elif option == "credentials" %}
{% if loop.index > 1 %}
{{ bar("Or continue with credentials") }}
{% endif %}
{% endif %}
{% endfor %}