Skip to content
Snippets Groups Projects
Unverified Commit 7cd26d0a authored by Chocobozzz's avatar Chocobozzz
Browse files

add currentPassword to user update me model

parent a890d1e0
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,6 @@ export interface UserUpdateMe { ...@@ -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
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment