log secret storage error as well
This commit is contained in:
parent
cb32f4201e
commit
2de406afa0
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ export class SessionStatusViewModel extends ViewModel {
|
||||||
try {
|
try {
|
||||||
await this._session.enableSecretStorage("recoverykey", passphrase);
|
await this._session.enableSecretStorage("recoverykey", passphrase);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
console.error(err);
|
||||||
alert(`Could not set up secret storage: ${err.message}`);
|
alert(`Could not set up secret storage: ${err.message}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue