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 4854c78 commit 4e1cec0Copy full SHA for 4e1cec0
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Utils/StringUtils.swift
@@ -315,13 +315,14 @@ public class StringUtils {
315
public var phoneNumberVerificationCodeLabel: String {
316
return localizedString(for: "Enter verification code")
317
}
318
-
+
319
/// Phone provider
320
/// found in:
321
/// - PhoneAuthButtonView
322
public var smsCodeSendButtonLabel: String {
323
return localizedString(for: "Send SMS code")
324
325
326
327
328
0 commit comments