From a810bc43c01e0f5ecb2152834b582078d9471cac Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Tue, 7 Jan 2025 10:05:07 +1000 Subject: [PATCH] Renaming "TOTP" in the login flow (#3338) --- server/core/templates/login_totp.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/server/core/templates/login_totp.html b/server/core/templates/login_totp.html index 4ebcd46fc..80f76ae09 100644 --- a/server/core/templates/login_totp.html +++ b/server/core/templates/login_totp.html @@ -1,11 +1,13 @@ (% extends "login_base.html" %) (% block logincontainer %) - + (% match errors %) (% when LoginTotpError::Syntax %) - Invalid Value - TOTP must only consist of numbers + (% when LoginTotpError::None %) (% endmatch %)