Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 26, 2023
1 parent a9cd3ae commit 993e56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Sources/Swift/Auth/Auth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ extension Auth: AuthInterop {
)
#if os(iOS)
self.wrapInjectRecaptcha(request: request,
action: AuthRecaptchaAction.signInWithPassword) { result, error in
action: AuthRecaptchaAction.getOobCode) { result, error in
if let completion {
DispatchQueue.main.async {
completion(error)
Expand Down

0 comments on commit 993e56e

Please sign in to comment.