Add user change password
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user