mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add ability to update plugin auth
This commit is contained in:
parent
cb5c2abc99
commit
6d989edc66
9 changed files with 62 additions and 8 deletions
|
@ -9,4 +9,5 @@ export interface UserUpdate {
|
|||
videoQuotaDaily?: number
|
||||
role?: UserRole
|
||||
adminFlags?: UserAdminFlag
|
||||
pluginAuth?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue