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/Gifts/GiftOptionsScreen",
|
||||||
"//submodules/TelegramUI/Components/ContentReportScreen",
|
"//submodules/TelegramUI/Components/ContentReportScreen",
|
||||||
"//submodules/TelegramUI/Components/PeerInfo/AffiliateProgramSetupScreen",
|
"//submodules/TelegramUI/Components/PeerInfo/AffiliateProgramSetupScreen",
|
||||||
|
"//third-party/recaptcha:RecaptchaEnterprise",
|
||||||
] + select({
|
] + select({
|
||||||
"@build_bazel_rules_apple//apple:ios_arm64": appcenter_targets,
|
"@build_bazel_rules_apple//apple:ios_arm64": appcenter_targets,
|
||||||
"//build-system:ios_sim_arm64": [],
|
"//build-system:ios_sim_arm64": [],
|
||||||
|
@ -391,6 +391,7 @@ public class ShareRootControllerImpl {
|
|||||||
voipVersions: [],
|
voipVersions: [],
|
||||||
appData: .single(nil),
|
appData: .single(nil),
|
||||||
externalRequestVerificationStream: .never(),
|
externalRequestVerificationStream: .never(),
|
||||||
|
externalRecaptchaRequestVerification: { _, _ in return .never() },
|
||||||
autolockDeadine: .single(nil),
|
autolockDeadine: .single(nil),
|
||||||
encryptionProvider: OpenSSLEncryptionProvider(),
|
encryptionProvider: OpenSSLEncryptionProvider(),
|
||||||
deviceModelName: nil,
|
deviceModelName: nil,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user