fix: delete bank data and add passport data

This commit is contained in:
2026-05-12 18:07:43 +03:00
parent 4cfab85812
commit 8347ff40f4
6 changed files with 6 additions and 18 deletions

View File

@@ -20,9 +20,7 @@ class UserLoginDto:
birth_date: date | None = None
crypto_wallet: str | None = None
phone: str | None = None
bik: str | None = None
account_number: str | None = None
card_number: str | None = None
passport_data: str | None = None
inn: str | None = None
kyc_verified: bool | None = None
access_token: str | None = None