mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-28 16:01:25 +02: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 (algo === ELECTRONSAFESTORAGE_ALGO) {
|
||||||
if (safeStorage && safeStorage.isEncryptionAvailable()) {
|
if (safeStorage && safeStorage.isEncryptionAvailable()) {
|
||||||
return safeStorageDecrypt(encryptedString);
|
return safeStorageDecrypt(encryptedString);
|
||||||
|
} else {
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user