mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Recaptcha
This commit is contained in:
parent
18db7a1a58
commit
6f5a0c405c
@ -463,6 +463,7 @@ swift_library(
|
||||
"//submodules/TelegramUI/Components/Gifts/GiftOptionsScreen",
|
||||
"//submodules/TelegramUI/Components/ContentReportScreen",
|
||||
"//submodules/TelegramUI/Components/PeerInfo/AffiliateProgramSetupScreen",
|
||||
"//third-party/recaptcha:RecaptchaEnterprise",
|
||||
] + select({
|
||||
"@build_bazel_rules_apple//apple:ios_arm64": appcenter_targets,
|
||||
"//build-system:ios_sim_arm64": [],
|
||||
|
@ -391,6 +391,7 @@ public class ShareRootControllerImpl {
|
||||
voipVersions: [],
|
||||
appData: .single(nil),
|
||||
externalRequestVerificationStream: .never(),
|
||||
externalRecaptchaRequestVerification: { _, _ in return .never() },
|
||||
autolockDeadine: .single(nil),
|
||||
encryptionProvider: OpenSSLEncryptionProvider(),
|
||||
deviceModelName: nil,
|
||||
|
Loading…
x
Reference in New Issue
Block a user