Cleanup OIDC pr and run prettier
This commit is contained in:
@@ -94,7 +94,9 @@ class UserCrypto {
|
|||||||
DEK.fill(0);
|
DEK.fill(0);
|
||||||
DEK = this.decryptDEK(storedEncryptedDEK, systemKey);
|
DEK = this.decryptDEK(storedEncryptedDEK, systemKey);
|
||||||
} else if (!storedEncryptedDEK) {
|
} else if (!storedEncryptedDEK) {
|
||||||
throw new Error("Failed to store and retrieve user encryption key.");
|
throw new Error(
|
||||||
|
"Failed to store and retrieve user encryption key.",
|
||||||
|
);
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
systemKey.fill(0);
|
systemKey.fill(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user