Skip to content

Commit 0aa8328

Browse files
committed
Replace TODO with commented out addition
1 parent 98ef15f commit 0aa8328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/Utilities/AuthRecaptchaVerifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
if let recaptcha =
168168
NSClassFromString("RecaptchaEnterprise.RCARecaptcha") as? RCARecaptchaProtocol.Type {
169169
do {
170-
// TODO(ncooke3): This should be `fetchClient(withSiteKey:)`.
170+
// let client = try await recaptcha.fetchClient(withSiteKey: siteKey)
171171
let client = try await recaptcha.getClient(withSiteKey: siteKey)
172172
recaptchaClient = client
173173
return await retrieveToken(actionString: actionString, fakeToken: fakeToken)

0 commit comments

Comments
 (0)