feat: implement Protections in prefs (#645)

This commit is contained in:
Gorjan Petrovski
2021-09-23 17:34:59 +02:00
committed by GitHub
parent 73f03e6ea6
commit 5f65d2eca7
3 changed files with 96 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export * from './Encryption';
export * from './PasscodeLock';
export * from './Protections';