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 %)