Skip to content

Commit d008ed8

Browse files
committed
add Sendable to AuthDataResult
1 parent ba7849a commit d008ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension AuthDataResult: NSSecureCoding {}
2222
///
2323
/// It contains references to a `User` instance and an `AdditionalUserInfo` instance.
2424
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
25-
@objc(FIRAuthDataResult) open class AuthDataResult: NSObject {
25+
@objc(FIRAuthDataResult) open class AuthDataResult: NSObject, Sendable {
2626
/// The signed in user.
2727
@objc public let user: User
2828

0 commit comments

Comments
 (0)