Device Verification: Plug the legacy verification modal

This commit is contained in:
manuroe
2019-04-16 15:00:57 +02:00
parent 645736e12d
commit 82927fa7a7
5 changed files with 41 additions and 5 deletions
@@ -20,7 +20,8 @@ import Foundation
/// DeviceVerificationStartViewController view actions exposed to view model
enum DeviceVerificationStartViewAction {
case useLegacyVerification
case beginVerifying
case verifyUsingLegacy
case verifiedUsingLegacy
case cancel
}