This commit is contained in:
parent
f0eaff2073
commit
7809df4c5a
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ class OIDCUser(CustomBaseModel):
|
|||
|
||||
|
||||
class UserResponse(CustomBaseModel):
|
||||
id: int
|
||||
first_name: str
|
||||
last_name: str
|
||||
email: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue