1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
This commit is contained in:
Zoe
2020-02-07 15:51:27 +00:00
parent a69c621305
commit 7a1bbdf2dd

View File

@@ -413,7 +413,6 @@ Crypto.prototype.bootstrapSecretStorage = async function({
); );
} }
} else { } else {
if (setupNewSecretStorage) throw new Error("What the HELL");
logger.log("Cross signing keys are present in secret storage"); logger.log("Cross signing keys are present in secret storage");
} }