diff --git a/src-web/components/WorkspaceEncryptionSetting.tsx b/src-web/components/WorkspaceEncryptionSetting.tsx index 0effb576..408ed911 100644 --- a/src-web/components/WorkspaceEncryptionSetting.tsx +++ b/src-web/components/WorkspaceEncryptionSetting.tsx @@ -127,7 +127,6 @@ export function WorkspaceEncryptionSetting( onClick={async () => { setError(null); try { - throw new Error("Platform secure storage error"); await enableEncryption(workspaceMeta.workspaceId); setJustEnabledEncryption(true); } catch (err) {