Skip to content

Commit

Permalink
userToken added
Browse files Browse the repository at this point in the history
  • Loading branch information
gpereyraJC authored Sep 20, 2024
1 parent f823955 commit eb3dc1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions adjust/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,8 @@ class User(BaseModel):
encrypted_otp_secret_key: None
encrypted_otp_secret_key_iv: None
encrypted_otp_secret_key_salt: None

class UserToken(BaseModel):
id: int
email: str
name: str | None

0 comments on commit eb3dc1e

Please sign in to comment.