Fix "sjcl not found" errors in TiddlyDesktop (#8007)

This commit is contained in:
Robin Munn
2024-02-26 11:36:46 +00:00
committed by GitHub
parent c947ba4310
commit 984863065e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -786,6 +786,7 @@ $tw.utils.Crypto = function() {
}
return outputText;
};
$tw.sjcl = sjcl;
this.setPassword = function(newPassword) {
currentPassword = newPassword;
this.updateCryptoStateTiddler();