We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ef15f commit 0aa8328Copy full SHA for 0aa8328
FirebaseAuth/Sources/Swift/Utilities/AuthRecaptchaVerifier.swift
@@ -167,7 +167,7 @@
167
if let recaptcha =
168
NSClassFromString("RecaptchaEnterprise.RCARecaptcha") as? RCARecaptchaProtocol.Type {
169
do {
170
- // TODO(ncooke3): This should be `fetchClient(withSiteKey:)`.
+ // let client = try await recaptcha.fetchClient(withSiteKey: siteKey)
171
let client = try await recaptcha.getClient(withSiteKey: siteKey)
172
recaptchaClient = client
173
return await retrieveToken(actionString: actionString, fakeToken: fakeToken)
0 commit comments