From ccf679210430d220482e4cf55399c15bdb732883 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 5b6eeb4fd..b98270c88 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 %)