Recaptcha

This commit is contained in:
Isaac 2025-01-31 21:06:44 +04:00
parent 18db7a1a58
commit 6f5a0c405c
2 changed files with 2 additions and 0 deletions

View File

@ -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": [],

View File

@ -391,6 +391,7 @@ public class ShareRootControllerImpl {
voipVersions: [],
appData: .single(nil),
externalRequestVerificationStream: .never(),
externalRecaptchaRequestVerification: { _, _ in return .never() },
autolockDeadine: .single(nil),
encryptionProvider: OpenSSLEncryptionProvider(),
deviceModelName: nil,