implemented change password functionality

This commit is contained in:
Daniel
2023-05-22 23:59:24 +03:30
parent 59e4dc471f
commit e774f41d37
4 changed files with 149 additions and 14 deletions
+2
View File
@@ -61,4 +61,6 @@ export type SearchSettings = {
export interface AccountSettings extends User {
profilePic: string | null;
oldPassword?: string;
newPassword?: string;
}