Merge pull request #4728 from expsa/ENS-3756

[IMP] otp_sms_auth_custom: return partner id on login
This commit is contained in:
abdurrahman-saber 2025-09-22 11:35:59 +03:00 committed by GitHub
commit 1634bbffbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class AuthSignInHome(Home):
data = { data = {
'status': True, 'status': True,
'url': '/web', 'url': '/web',
'partner_id': user.partner_id.id,
} }
else: else:
# OTP validation failed # OTP validation failed