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 @@