Skip to content

Commit

Permalink
Merge pull request #3798 from bbirman/accessibility
Browse files Browse the repository at this point in the history
Fix view controller visibility
  • Loading branch information
bbirman authored Jan 14, 2025
2 parents eec01c6 + 87eb7d6 commit 49ecb58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import SwiftUI

@objc(SFSDKNewLoginHostViewController)
class NewLoginHostViewController: NSObject {
public class NewLoginHostViewController: NSObject {
@objc public static func viewController(config: SFSDKViewControllerConfig?, saveAction: @escaping ((String, String?) -> Void)) -> UIViewController {
let view = NewLoginHostView(viewControllerConfig: config, saveAction: saveAction)
return UIHostingController(rootView: view)
Expand Down

0 comments on commit 49ecb58

Please sign in to comment.