From 3d30082df9ea4885a17d524b8a64768e6221f0fb Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 27 Mar 2024 16:50:05 +0100 Subject: [PATCH] add missing model --- InvenTree/users/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/users/models.py b/InvenTree/users/models.py index e2ddcd3417..ae05be998c 100644 --- a/InvenTree/users/models.py +++ b/InvenTree/users/models.py @@ -226,6 +226,7 @@ class RuleSet(models.Model): 'otp_totp_totpdevice', 'otp_static_statictoken', 'otp_static_staticdevice', + 'mfa_authenticator', 'plugin_pluginconfig', 'plugin_pluginsetting', 'plugin_notificationusersetting',