mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
18 lines
453 B
HTML
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 %)
|