diff --git a/odex25_ensan/otp_sms_auth_custom/controllers/web_login.py b/odex25_ensan/otp_sms_auth_custom/controllers/web_login.py index 8d30798ec..84c10f6e6 100644 --- a/odex25_ensan/otp_sms_auth_custom/controllers/web_login.py +++ b/odex25_ensan/otp_sms_auth_custom/controllers/web_login.py @@ -48,6 +48,7 @@ class AuthSignInHome(Home): data = { 'status': True, 'url': '/web', + 'partner_id': user.partner_id.id, } else: # OTP validation failed