File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseAuth/Sources/Swift/AuthProvider Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import Foundation
5252 @objc ( verifyPhoneNumber: UIDelegate: completion: )
5353 open func verifyPhoneNumber( _ phoneNumber: String ,
5454 uiDelegate: AuthUIDelegate ? = nil ,
55- completion: ( @ Sendable ( _: String? , _: Error? ) -> Void ) ? ) {
55+ completion: ( ( _: String ? , _: Error ? ) -> Void ) ? ) {
5656 verifyPhoneNumber ( phoneNumber,
5757 uiDelegate: uiDelegate,
5858 multiFactorSession: nil ,
@@ -132,7 +132,7 @@ import Foundation
132132 open func verifyPhoneNumber( with multiFactorInfo: PhoneMultiFactorInfo ,
133133 uiDelegate: AuthUIDelegate ? = nil ,
134134 multiFactorSession: MultiFactorSession ? ,
135- completion: ( @ Sendable ( _: String? , _: Error? ) -> Void ) ? ) {
135+ completion: ( ( _: String ? , _: Error ? ) -> Void ) ? ) {
136136 multiFactorSession? . multiFactorInfo = multiFactorInfo
137137 verifyPhoneNumber ( multiFactorInfo. phoneNumber,
138138 uiDelegate: uiDelegate,
You can’t perform that action at this time.
0 commit comments