mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix missing Account.name on getAuthUser return type.
This commit is contained in:
parent
f85b5afb7c
commit
dd200d3477
@ -106,6 +106,9 @@ export type PeerTubeHelpers = {
|
||||
email: string
|
||||
blocked: boolean
|
||||
role: UserRole
|
||||
Account: {
|
||||
name: string
|
||||
}
|
||||
} | undefined>
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user