as a part of #275 , but after #276 more context https://flowcrypt.com/docs/business/org-rules.html
whenever orgRules.canBackupKeys() == false:
Disable all forms of private key backup (except storing the key on Email Key Manager which is not implemented yet)
Since OrgRules are supposed to be fetched immediately following sign in, then you can enforce this right at the time the app is choosing which setup flow to use, and always use manual import for that user.
as a part of #275 , but after #276 more context https://flowcrypt.com/docs/business/org-rules.html
whenever orgRules.canBackupKeys() == false:
Disable all forms of private key backup (except storing the key on Email Key Manager which is not implemented yet)
Backupsoption in settings viewSince OrgRules are supposed to be fetched immediately following sign in, then you can enforce this right at the time the app is choosing which setup flow to use, and always use manual import for that user.