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
1 changed files with 1 additions and 0 deletions

View File

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