fix: restore missing {% else %} in step3 tink_link_url template block
All checks were successful
Build and Deploy / deploy (push) Successful in 59s

Sandbox note edit accidentally removed the {% else %} tag, causing the
entire bank connection UI (sandbox note + Åbn Tink Link button) to only
render when cb_success=True — i.e. never shown before connecting.
This commit is contained in:
Henrik Jess Nielsen
2026-05-23 01:58:25 +02:00
parent f6d17ae3c5
commit dd8b969249

View File

@@ -114,6 +114,7 @@
</div> </div>
</div> </div>
{% else %}
<!-- Not yet connected — show connection UI --> <!-- Not yet connected — show connection UI -->
<!-- Sandbox note: anonymous flow vs production --> <!-- Sandbox note: anonymous flow vs production -->