forked from Github-Mirrors/canaille
refactor: User.subject type
This commit is contained in:
parent
15bb13be90
commit
1bf196b5a2
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class Token(Model):
|
|||
token_id: str
|
||||
access_token: str
|
||||
client: "Client"
|
||||
subject: User
|
||||
subject: User | None
|
||||
type: str
|
||||
refresh_token: str
|
||||
scope: list[str]
|
||||
|
|
Loading…
Reference in a new issue