From 05d3bee328a0ef502e2d5316739e57250a44f0a9 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 23 Apr 2022 19:20:59 +0200 Subject: [PATCH] Send authenticate request --- templates/login/webauthn_input.html | 70 +++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) 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