Skip to content

Commit 2dba2ac

Browse files
committed
fix warning
1 parent 766d34b commit 2dba2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/Backend/RPC/VerifyAssertionResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct VerifyAssertionResponse: AuthRPCResponse, AuthMFAResponse {
106106
var isNewUser: Bool = false
107107

108108
/// Dictionary containing the additional IdP specific information.
109-
var profile: [String: Any]? // Is this used?
109+
var profile: [String: Sendable]?
110110

111111
/// The name of the user.
112112
var username: String?

0 commit comments

Comments
 (0)