Added another update source

This commit is contained in:
Michael Starke
2021-01-08 11:57:37 +01:00
parent 21b0e4c0f2
commit df7b68b019

View File

@@ -28,7 +28,8 @@ typedef NS_ENUM(NSUInteger, MPOTPUpdateSource) {
MPOTPUpdateSourceURL,
MPOTPUpdateSourceSecret,
MPOTPUpdateSourceAlgorithm,
MPOTPUpdateSourceTimeSlice
MPOTPUpdateSourceTimeSlice,
MPOTPUpdateSourceEntry
};
@implementation MPTOTPSetupViewController