We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89b5eb commit ff51822Copy full SHA for ff51822
lib/index.ts
@@ -116,6 +116,8 @@ export default class LNC {
116
this._password = config.password || '';
117
this._onLocalPrivCreate = config.onLocalPrivCreate;
118
this._onRemoteKeyReceive = config.onRemoteKeyReceive;
119
+ this.salt = '';
120
+ this.testCipher = '';
121
122
if (localStorage.getItem(`${this._namespace}:salt`)) {
123
this.salt = localStorage.getItem(`${this._namespace}:salt`) || '';
0 commit comments