Skip to content

Commit 2176e99

Browse files
authored
[Auth] Undo unchecked Sendable addition (#14168)
1 parent e23f688 commit 2176e99

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
@@ -67,7 +67,7 @@
6767
}
6868

6969
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
70-
class AuthRecaptchaVerifier: @unchecked Sendable {
70+
class AuthRecaptchaVerifier {
7171
private(set) weak var auth: Auth?
7272
private(set) var agentConfig: AuthRecaptchaConfig?
7373
private(set) var tenantConfigs: [String: AuthRecaptchaConfig] = [:]

0 commit comments

Comments
 (0)