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