add currentPassword to user update me model
authorChocobozzz <me@florianbigard.com>
Wed, 26 Sep 2018 15:02:50 +0000 (17:02 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 26 Sep 2018 15:02:50 +0000 (17:02 +0200)
shared/models/users/user-update-me.model.ts

index ddab837fe8862f123e19e50f5a62d47acde0d6fb..bbffe148769ed43e483f3c7cc63788ca00dc1589 100644 (file)
@@ -6,5 +6,6 @@ export interface UserUpdateMe {
   nsfwPolicy?: NSFWPolicyType
   autoPlayVideo?: boolean
   email?: string
+  currentPassword?: string
   password?: string
 }