mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add user update for admins
This commit is contained in:
parent
980246ea8f
commit
8094a89802
21 changed files with 290 additions and 51 deletions
5
shared/models/users/user-update-me.model.ts
Normal file
5
shared/models/users/user-update-me.model.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface UserUpdateMe {
|
||||
displayNSFW?: boolean
|
||||
email?: string
|
||||
password?: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue