Skip to content

Commit 5f53f79

Browse files
Update FirebaseAuth/Sources/Swift/ActionCode/ActionCodeSettings.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent a93cf81 commit 5f53f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/ActionCode/ActionCodeSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import Foundation
5050
@objc open var dynamicLinkDomain: String?
5151

5252
/// The out of band custom domain for handling code in app.
53-
@objc open var linkDomain: String?
53+
@objc public var linkDomain: String?
5454

5555
/// Sets the iOS bundle ID.
5656
@objc override public init() {

0 commit comments

Comments
 (0)