mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
Oops
This commit is contained in:
@@ -127,7 +127,6 @@ export function WorkspaceEncryptionSetting(
|
|||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
setError(null);
|
setError(null);
|
||||||
try {
|
try {
|
||||||
throw new Error("Platform secure storage error");
|
|
||||||
await enableEncryption(workspaceMeta.workspaceId);
|
await enableEncryption(workspaceMeta.workspaceId);
|
||||||
setJustEnabledEncryption(true);
|
setJustEnabledEncryption(true);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user