implemented change password functionality
This commit is contained in:
@@ -61,4 +61,6 @@ export type SearchSettings = {
|
||||
|
||||
export interface AccountSettings extends User {
|
||||
profilePic: string | null;
|
||||
oldPassword?: string;
|
||||
newPassword?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user