Skip to content

Commit d0a0da4

Browse files
Completion with error if nil client
1 parent 351cf14 commit d0a0da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firefox-ios/Client/Frontend/Browser/RelayController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ final class RelayController: RelayControllerProtocol, Notifiable {
171171
logger.log("No tab webview available, or client is nil. Will not populate email field.",
172172
level: .warning,
173173
category: .relay)
174+
completion(.error)
174175
return
175176
}
176177
Task {

0 commit comments

Comments
 (0)