From 68e7d2916e5c7c47d58f4d39e14bee581dc9d675 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 28 May 2021 13:52:05 +0100 Subject: [PATCH] Fix nesting of if statement --- app/templates/views/user-profile/security-keys.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/views/user-profile/security-keys.html b/app/templates/views/user-profile/security-keys.html index d9822f041..59b30ce0a 100644 --- a/app/templates/views/user-profile/security-keys.html +++ b/app/templates/views/user-profile/security-keys.html @@ -82,12 +82,11 @@
+ {% endif %}
- {% endif %} - {{ govukErrorMessage({ "classes": "webauthn__api-missing", "text": "Your browser does not support security keys. Try signing in to Notify using a different browser."