From c24318f6b8f742b5973ae1c9ace314bc8d9de832 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 11 Nov 2022 13:25:57 +0100 Subject: [PATCH] Add 2FA icons to settings pages --- templates/login/webauthn_input.html | 2 +- templates/settings/edit_user.html | 3 ++- templates/settings/two_factors_page.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/login/webauthn_input.html b/templates/login/webauthn_input.html index 6fb1407..30f2089 100644 --- a/templates/login/webauthn_input.html +++ b/templates/login/webauthn_input.html @@ -4,7 +4,7 @@

-

Please insert now on of your registered security key, and accept authentication request.

+

Please insert now one of your registered security key, and accept authentication request.

diff --git a/templates/settings/edit_user.html b/templates/settings/edit_user.html index 094916b..91fcd9e 100644 --- a/templates/settings/edit_user.html +++ b/templates/settings/edit_user.html @@ -80,7 +80,8 @@ - {{ f.name }} ({{ f.type_str() }}) + {{ f.name }} (Factor icon + {{ f.type_str() }})
{% endfor %} diff --git a/templates/settings/two_factors_page.html b/templates/settings/two_factors_page.html index 8bfa371..0c9732b 100644 --- a/templates/settings/two_factors_page.html +++ b/templates/settings/two_factors_page.html @@ -26,7 +26,7 @@ {% for f in user.two_factor %} - {{ f.type_str() }} + Factor icon{{ f.type_str() }} {{ f.name }} Delete