Skip to content

Commit c7c3e4d

Browse files
chore: remove preconcurrency from phone auth
1 parent 2b02383 commit c7c3e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebasePhoneAuthSwiftUI/Sources/Services/PhoneAuthProviderAuthUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import SwiftUI
1818

1919
public typealias VerificationID = String
2020

21-
public class PhoneAuthProviderAuthUI: @preconcurrency PhoneAuthProviderAuthUIProtocol, AuthProviderUI {
21+
public class PhoneAuthProviderAuthUI: PhoneAuthProviderAuthUIProtocol, AuthProviderUI {
2222
public let id: String = "phone"
2323

2424
public var provider: AuthProviderSwift { self }

0 commit comments

Comments
 (0)