Add user change password

This commit is contained in:
2026-09-20 11:48:02 +01:00
parent 7910a578e6
commit 25b64281f8
6 changed files with 228 additions and 3 deletions
+3
View File
@@ -200,6 +200,9 @@ export type ApiReqParams<
email_or_username?: string;
password?: string;
};
current_password?: string;
new_password?: string;
confirm_password?: string;
contact?: {
name?: string;
email?: string;