From f72f7d985619513b546a40e98dc8313801c1b275 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 24 Mar 2026 16:14:00 -0300 Subject: [PATCH] Update TOTP verification page names --- .../auth_gateway/templates/login_totp.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/containers/auth-gateway/auth_gateway/templates/login_totp.html b/containers/auth-gateway/auth_gateway/templates/login_totp.html index bd0284d..45a804d 100644 --- a/containers/auth-gateway/auth_gateway/templates/login_totp.html +++ b/containers/auth-gateway/auth_gateway/templates/login_totp.html @@ -1,8 +1,8 @@ {% extends "base.html" %} -{% block title %}Verify identity — Gatekeeper{% endblock %} +{% block title %}Verification required — Gatekeeper{% endblock %} {% block content %} -

Two-factor verification

-

Enter the current code from your authenticator app to access {{ application_name }}

+

Verification required

+

Enter your security code to access {{ application_name }}

{% if error %}
{{ error }}
{% endif %} @@ -10,8 +10,8 @@