bank landing: drop redundant Created field from auto-account box

This commit is contained in:
Hernâni Marques 2026-07-10 17:03:00 +02:00
parent eacf4f91c8
commit 56bfc3cd06
No known key found for this signature in database

View file

@ -844,7 +844,6 @@
<div><dt>Name</dt><dd><code id="auto-account-name"></code></dd></div>
<div><dt>Username</dt><dd><code id="auto-account-user"></code></dd></div>
<div><dt>Password</dt><dd><code id="auto-account-pass"></code></dd></div>
<div><dt>Created</dt><dd><code id="auto-account-created"></code></dd></div>
</dl>
<p class="meta" id="auto-account-status" style="margin:0.5rem 0 0"></p>
<div class="more-qr" id="auto-account-qr-block" style="margin-top:0.85rem" hidden>
@ -1226,11 +1225,6 @@
if (n) n.textContent = d.name || d.display_name || "—";
if (u) u.textContent = d.username || "—";
if (p) p.textContent = d.password || "—";
var cEl = document.getElementById("auto-account-created");
if (cEl) {
cEl.textContent =
d.created_human || d.created || "—";
}
if (st) {
st.textContent =
"Account created for you · " +