mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-24 09:53:54 +02:00
18 lines
490 B
HTML
18 lines
490 B
HTML
(% extends "login_base.html" %)
|
|
|
|
(% block logincontainer %)
|
|
<script id="data" type="application/json">
|
|
(( chal|safe ))
|
|
</script>
|
|
|
|
<script src="/pkg/external/base64.js" async></script>
|
|
<script src="/pkg/external/pkhtml.js" defer></script>
|
|
|
|
(% if passkey %)
|
|
<button hx-disable type="button" class="btn btn-dark" id="start-passkey-button">Use Passkey</button>
|
|
(% else %)
|
|
<button type="button" class="btn btn-dark" id="start-seckey-button">Use Security Key</button>
|
|
(% endif %)
|
|
|
|
(% endblock %)
|