From 8e5640b175a5f4a99cef816be9cd09f5289f5df3 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 21 May 2020 16:19:55 -0400 Subject: [PATCH] Make TOTP login the default form action --- templates/registration/two_factor_auth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/two_factor_auth.html b/templates/registration/two_factor_auth.html index 3540fb6f61..c4ae321750 100644 --- a/templates/registration/two_factor_auth.html +++ b/templates/registration/two_factor_auth.html @@ -87,7 +87,7 @@ {% endif %} {% if request.profile.is_webauthn_enabled %} {{ form.webauthn_response }} - + {% endif %} {% if request.profile.is_totp_enabled %}