diff --git a/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift b/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift index 4e6939611..042c29106 100644 --- a/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift +++ b/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift @@ -47,7 +47,7 @@ final class FlowTemplateCoordinatorBridgePresenter: NSObject { // NOTE: Default value feature is not compatible with Objective-C. // func present(from viewController: UIViewController, animated: Bool) { - // self.present(from: viewController, isStartedFromSignOut: false, animated: animated) + // self.present(from: viewController, animated: animated) // } func present(from viewController: UIViewController, animated: Bool) {