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
|
nsfwPolicy?: NSFWPolicyType
|
||||||
autoPlayVideo?: boolean
|
autoPlayVideo?: boolean
|
||||||
email?: string
|
email?: string
|
||||||
|
currentPassword?: string
|
||||||
password?: string
|
password?: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue