kanidm/server/core/templates/enrol_device.html
George Wu 855e45bbb7 Small UI updates. (#3361)
* Delete unused htmx javascript files.

* Consistently mention applications instead of apps.

* Small formatting change for enrol device.

* Update phrasing in credentials page.
2025-01-24 09:30:02 +10:30

20 lines
485 B
HTML

(% extends "user_settings_partial_base.html" %)
(% block selected_setting_group %)
Enrol Another Device
(% endblock %)
(% block settings_window %)
<p>You can enrol another device to your account by scanning the QR code or following the link below.</p>
<div id="intentInfo">
<div>((qr_code_svg|safe))</div>
<dl>
<dt>URL</dt>
<dd><code>((uri|safe))</code></dd>
<dt>Secret</dt>
<dd><code>(( secret ))</code></dd>
</dl>
</div>
(% endblock %)