{% if google_login_enabled or github_login_enabled or passwordless_login_enabled %}
Or continue with
{% if passwordless_login_enabled %}
Sign in with Email
{% endif %}
{% if google_login_enabled %}
Google
{% endif %}
{% if github_login_enabled %}
GitHub
{% endif %}