kanidm/server/core/templates/enrol_device.html
William Brown c59f560e50 Re-add enrol another device flow
This was a commonly requested re-addition to the new webui. This
adds the ability for someone to scan a qr code or follow a link
to enrol another device to their account.
2024-12-19 13:48:59 +10:00

18 lines
453 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>
<ul>
<li>Url: <code>((uri|safe))</code></li>
<li>Secret: <code>(( secret ))</code></li>
</ul>
</div>
(% endblock %)