Skip to content

Commit 1608fe8

Browse files
authored
Update FirebaseAuth/Sources/Swift/Auth/Auth.swift
1 parent 087620d commit 1608fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/Auth/Auth.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ extension Auth: AuthInterop {
23642364
var notificationManager: AuthNotificationManager!
23652365

23662366
/// An object that takes care of presenting URLs via the auth instance.
2367-
let authURLPresenter: AuthWebViewControllerDelegate
2367+
var authURLPresenter: AuthWebViewControllerDelegate
23682368

23692369
#endif // TARGET_OS_IOS
23702370

0 commit comments

Comments
 (0)