Skip to content

Commit 29d52b4

Browse files
authored
Apply suggestions from code review
Co-authored-by: Jax DesMarais-Leder <jdesmarais@paypal.com>
1 parent 52a8712 commit 29d52b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/PopupBridge/POPPopupBridge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ public class POPPopupBridge: NSObject, WKScriptMessageHandler {
9191
prefersEphemeralWebBrowserSession: Bool = true
9292
) {
9393
self.webView = webView
94+
self.webAuthenticationSession = webAuthenticationSession
9495
self.returnURLScheme = returnURLScheme
9596
self.application = application
96-
self.webAuthenticationSession = webAuthenticationSession
9797

9898
super.init()
9999

0 commit comments

Comments
 (0)