1
0
Fork 0

add currentPassword to user update me model

This commit is contained in:
Chocobozzz 2018-09-26 17:02:50 +02:00
parent a890d1e0d3
commit 7cd26d0a99
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -6,5 +6,6 @@ export interface UserUpdateMe {
nsfwPolicy?: NSFWPolicyType
autoPlayVideo?: boolean
email?: string
currentPassword?: string
password?: string
}