feat(dashboard): use public_base_url helper for share link generation

This commit is contained in:
2026-04-16 00:18:45 -04:00
parent b7293588be
commit e118543b2e
2 changed files with 3 additions and 1 deletions
@@ -9,7 +9,6 @@
Copy this link now — it cannot be shown again
</div>
{% set share_url = request.host_url.rstrip('/') + '/share/' + raw_token %}
<div style="display:flex;gap:0.5rem;align-items:center;">
<input type="text" id="share-url" value="{{ share_url }}" readonly
style="flex:1;font-family:ui-monospace,monospace;font-size:0.8rem;background:var(--bg);color:var(--text);">