{% extends "_base.html" %} {% block title %}Try again · Cauldron{% endblock %} {% block content %}
// auth · interrupted

almost there

{{ detail }}

{{ reason }}

retry

{% if reason == 'upstream' %} the auth server (auth.sulkta.com) didn't answer in time. usually means a brief DNS / network blip on the LAN. try again in a sec. {% elif reason == 'stale' %} your previous login attempt left a one-time token behind that's now expired. we cleared it on our side — hit the button below to start fresh. {% else %} something didn't line up in the OIDC handshake. starting over usually fixes it. {% endif %}

↻ try login again

{% endblock %}