diff --git a/templates/login/webauthn_input.html b/templates/login/webauthn_input.html index a70ad66..7b79b8f 100644 --- a/templates/login/webauthn_input.html +++ b/templates/login/webauthn_input.html @@ -1,20 +1,90 @@ {% extends "base_login_page.html" %} {% block content %} +

Please insert now your security key {{ factor.name }}, and accept authentication request.

+
+ +
Sign in using another factor
Sign out
+ {% endblock content %} \ No newline at end of file