Skip to content

Commit

Permalink
[Auth] Undo unchecked Sendable addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 25, 2024
1 parent 700fd68 commit 490dd6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 490dd6a

Please sign in to comment.