Refactor password update functionality

This commit is contained in:
daniel31x13
2024-05-21 07:08:08 -04:00
parent 329019b34e
commit 0fd10396f4
3 changed files with 46 additions and 21 deletions
+1
View File
@@ -50,6 +50,7 @@ export interface TagIncludingLinkCount extends Tag {
export interface AccountSettings extends User {
newPassword?: string;
oldPassword?: string;
whitelistedUsers: string[];
subscription?: {
active?: boolean;