mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Low power experiments
This commit is contained in:
@@ -21,7 +21,8 @@ public func makeSetupTwoFactorAuthController(context: AccountContext) -> ViewCon
|
||||
title: presentationData.strings.TwoFactorSetup_Intro_Title,
|
||||
text: presentationData.strings.TwoFactorSetup_Intro_Text,
|
||||
actionText: presentationData.strings.TwoFactorSetup_Intro_Action,
|
||||
doneText: presentationData.strings.TwoFactorSetup_Done_Action
|
||||
doneText: presentationData.strings.TwoFactorSetup_Done_Action,
|
||||
phoneNumber: nil
|
||||
)))
|
||||
return controller
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user