Skip to content

Commit 490dd6a

Browse files
committed
[Auth] Undo unchecked Sendable addition
1 parent 700fd68 commit 490dd6a

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
@@ -44,7 +44,7 @@
4444
}
4545

4646
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
47-
class AuthRecaptchaVerifier: @unchecked Sendable {
47+
class AuthRecaptchaVerifier {
4848
private(set) weak var auth: Auth?
4949
private(set) var agentConfig: AuthRecaptchaConfig?
5050
private(set) var tenantConfigs: [String: AuthRecaptchaConfig] = [:]

0 commit comments

Comments
 (0)