Harden auth requests and backup endpoints

This commit is contained in:
shuaiplus
2026-07-06 18:04:23 +08:00
parent ace00e8e74
commit 7ac6ae50bb
5 changed files with 103 additions and 12 deletions
-1
View File
@@ -52,7 +52,6 @@ export async function respondToAuthRequest(
requestId: string,
payload: {
key?: string | null;
masterPasswordHash?: string | null;
deviceIdentifier: string;
requestApproved: boolean;
}