Skip to content

Commit 21e9824

Browse files
committed
Revert "Extra fixes"
This reverts commit 87925ed.
1 parent 87925ed commit 21e9824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)