{# Plan 40 Phase 5 — set / rotate fleet bot password. Mode flips text + button label. Min 8 chars (server-side too). On submit, calls /api/admin/bots/password and shows the success toast. Chrome (teleport + backdrop + centered card) comes from the shared `modal()` macro — see admin/components/ui.html. #} {% from 'admin/components/ui.html' import modal %} {% call modal('passwordModalOpen', 'closePasswordModal()') %}

{% endcall %}