revert typo
This commit is contained in:
parent
917ab0a584
commit
c9b5cab0d6
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ class UserResponse(BaseModel):
|
||||||
"""Response model for authenticated user info."""
|
"""Response model for authenticated user info."""
|
||||||
id: int
|
id: int
|
||||||
email: str
|
email: str
|
||||||
guachachas: list[str]
|
roles: list[str]
|
||||||
permissions: list[str]
|
permissions: list[str]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -601,8 +601,8 @@ export interface components {
|
||||||
id: number;
|
id: number;
|
||||||
/** Email */
|
/** Email */
|
||||||
email: string;
|
email: string;
|
||||||
/** Guachachas */
|
/** Roles */
|
||||||
guachachas: string[];
|
roles: string[];
|
||||||
/** Permissions */
|
/** Permissions */
|
||||||
permissions: string[];
|
permissions: string[];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue