We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b02383 commit c7c3e4dCopy full SHA for c7c3e4d
FirebaseSwiftUI/FirebasePhoneAuthSwiftUI/Sources/Services/PhoneAuthProviderAuthUI.swift
@@ -18,7 +18,7 @@ import SwiftUI
18
19
public typealias VerificationID = String
20
21
-public class PhoneAuthProviderAuthUI: @preconcurrency PhoneAuthProviderAuthUIProtocol, AuthProviderUI {
+public class PhoneAuthProviderAuthUI: PhoneAuthProviderAuthUIProtocol, AuthProviderUI {
22
public let id: String = "phone"
23
24
public var provider: AuthProviderSwift { self }
0 commit comments