RTube Login
{% if error %}
{{ error }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if oidc_enabled %}
or continue with credentials
{% endif %}
{% if not oidc_enabled %}
{% endif %}
← Back to videos