show proper error on phone when photo ID upload fails to MinIO

This commit is contained in:
justin 2026-05-30 18:13:18 -05:00
parent 7ef509c247
commit e0fc4810d1
2 changed files with 4 additions and 3 deletions

View file

@ -96,6 +96,7 @@
<div style="font-size:32px;margin-bottom:8px"></div>
<p style="font-size:16px;font-weight:600;color:#991b1b">Upload Failed</p>
<p id="error-msg" style="font-size:13px;color:#7f1d1d;margin-top:8px"></p>
<p style="font-size:12px;color:#7f1d1d;margin-top:8px">If the problem continues, you can upload your ID from the intake form on your computer instead.</p>
<div class="actions">
<button type="button" id="retry-btn" class="btn-outline">Try Again</button>
</div>