Skip to content

Commit

Permalink
[Auth] Undo unchecked Sendable addition (#14168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Nov 26, 2024
1 parent e23f688 commit 2176e99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
class AuthRecaptchaVerifier: @unchecked Sendable {
class AuthRecaptchaVerifier {
private(set) weak var auth: Auth?
private(set) var agentConfig: AuthRecaptchaConfig?
private(set) var tenantConfigs: [String: AuthRecaptchaConfig] = [:]
Expand Down

0 comments on commit 2176e99

Please sign in to comment.