Fix Manu's remarks

This commit is contained in:
SBiOSoftWhare
2020-06-10 17:06:47 +02:00
parent 6a292702c8
commit c068735b80
14 changed files with 45 additions and 97 deletions
@@ -19,6 +19,6 @@ import Foundation
/// SecretsRecoveryWithPassphraseViewController view actions exposed to view model
enum SecretsRecoveryWithPassphraseViewAction {
case recover
case unknownPassphrase
case useRecoveryKey
case cancel
}