mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
feat: safe mode updates
This commit is contained in:
parent
e4d2e5c1cf
commit
4fcb6f0980
2760
package-lock.json
generated
2760
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -88,6 +88,8 @@ function decryptString(str) {
|
||||
if (algo === ELECTRONSAFESTORAGE_ALGO) {
|
||||
if (safeStorage && safeStorage.isEncryptionAvailable()) {
|
||||
return safeStorageDecrypt(encryptedString);
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user