mirror of https://github.com/Chocobozzz/PeerTube
add currentPassword to user update me model
parent
a890d1e0d3
commit
7cd26d0a99
|
@ -6,5 +6,6 @@ export interface UserUpdateMe {
|
|||
nsfwPolicy?: NSFWPolicyType
|
||||
autoPlayVideo?: boolean
|
||||
email?: string
|
||||
currentPassword?: string
|
||||
password?: string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue