(% extends "base_htmx.html" %) (% block title %)Reset Credentials(% endblock %) (% block head %) (% endblock %) (% block body %)
(% if domain_info.image().is_some() %) (% else %) (% endif %)

Credential Reset

(( domain_info.display_name() ))

(% if wrong_code %)
  • Unknown reset token.
    Brand-new tokens might not be synced yet,
    wait a few minutes before trying again.
(% endif %)

(% endblock %)