mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* Delete unused htmx javascript files. * Consistently mention applications instead of apps. * Small formatting change for enrol device. * Update phrasing in credentials page.
20 lines
485 B
HTML
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 %)
|