Skip to content

Commit 88d3408

Browse files
committed
Fix style
1 parent a1e4c9c commit 88d3408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,21 +203,21 @@ import Foundation
203203
}
204204

205205
let recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
206-
206+
207207
if let settings = auth.settings,
208208
settings.isAppVerificationDisabledForTesting {
209209
// If app verification is disabled for testing
210210
// do not fetch recaptcha config, as this is not implemented in emulator
211211
// Treat this same as RCE enable status off
212-
212+
213213
return try await verifyClAndSendVerificationCode(
214214
toPhoneNumber: phoneNumber,
215215
retryOnInvalidAppCredential: true,
216216
multiFactorSession: multiFactorSession,
217217
uiDelegate: uiDelegate
218218
)
219219
}
220-
220+
221221
try await recaptchaVerifier.retrieveRecaptchaConfig(forceRefresh: true)
222222

223223
switch recaptchaVerifier.enablementStatus(forProvider: .phone) {

0 commit comments

Comments
 (0)