From df7b68b019c4acf0a30f8a1c92586b7f02455991 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 8 Jan 2021 11:57:37 +0100 Subject: [PATCH] Added another update source --- MacPass/MPTOTPSetupViewController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MacPass/MPTOTPSetupViewController.m b/MacPass/MPTOTPSetupViewController.m index c938eb64..9a74cc98 100644 --- a/MacPass/MPTOTPSetupViewController.m +++ b/MacPass/MPTOTPSetupViewController.m @@ -28,7 +28,8 @@ typedef NS_ENUM(NSUInteger, MPOTPUpdateSource) { MPOTPUpdateSourceURL, MPOTPUpdateSourceSecret, MPOTPUpdateSourceAlgorithm, - MPOTPUpdateSourceTimeSlice + MPOTPUpdateSourceTimeSlice, + MPOTPUpdateSourceEntry }; @implementation MPTOTPSetupViewController