diff --git a/ai_web_common/rpc/clients.py b/ai_web_common/rpc/clients.py
index a6045e0ca66f0027859b20480ac91b22c9035c19..d12c8dd971fc14b234dde0075235e579aec33e8d 100644
--- a/ai_web_common/rpc/clients.py
+++ b/ai_web_common/rpc/clients.py
@@ -49,6 +49,7 @@ class AccountserverClient(ClientStub):
         ('resource_reset_password', '/api/resource/reset_password'),
         ('disable_otp', '/api/user/disable_otp'),
         ('enable_otp', '/api/user/enable_otp'),
+        ('disable_2fa', '/api/user/disable_2fa'),
         ('get_resource', '/api/resource/get'),
         ('set_resource_status', '/api/resource/set_status'),
         ('search_resources', '/api/resource/search'),