From 045b4ef8079f94461b036f3ed371d5c615723715 Mon Sep 17 00:00:00 2001 From: Q Misell Date: Tue, 29 Oct 2024 16:29:21 +0100 Subject: [PATCH] disable MFA warning when OIDC enabled --- irrd/webui/templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/irrd/webui/templates/base.html b/irrd/webui/templates/base.html index dcf732e..aa5dd08 100644 --- a/irrd/webui/templates/base.html +++ b/irrd/webui/templates/base.html @@ -74,12 +74,11 @@ {{ message.message }} {% endfor %} - {% if user and user.override and not user.has_mfa %} + {% if user and user.override and not user.has_mfa and not oidc_enabled %} {% endif %} {% block content required %}{% endblock %}