Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(settings): Prevent undefined related errors for encryption
`Object.entries([])` would return an empty array, that leads to the `find` return undefined. `encryptionReady` and `encryptionEnabled` also returns undefined when no encryption module is available or functional (I guess). Signed-off-by: nfebe <[email protected]>
- Loading branch information