mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-19 07:17:04 -05:00
fixed properties mismatch
This commit is contained in:
@@ -6,7 +6,7 @@ export interface AccountInfo {
|
||||
username: string;
|
||||
plexLinked: boolean;
|
||||
plexUsername: string | null;
|
||||
has2FA: boolean;
|
||||
twoFactorEnabled: boolean;
|
||||
apiKeyPreview: string;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ export interface ChangePasswordRequest {
|
||||
}
|
||||
|
||||
export interface Regenerate2faRequest {
|
||||
currentPassword: string;
|
||||
password: string;
|
||||
totpCode: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user