We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7a3c3e + 10098bb commit d658a7fCopy full SHA for d658a7f
WooCommerce/Classes/Authentication/Navigation Exceptions/NotWPAccountViewModel.swift
@@ -120,7 +120,10 @@ private extension NotWPAccountViewModel {
120
return
121
}
122
123
- let accountCreationController = AccountCreationFormHostingController(viewModel: .init()) { [weak self] in
+ let accountCreationController = AccountCreationFormHostingController(
124
+ viewModel: .init(),
125
+ signInSource: .custom(source: StoreCreationCoordinator.Source.prologue.rawValue)
126
+ ) { [weak self] in
127
guard let self else { return }
128
self.launchStorePicker(from: navigationController)
129
0 commit comments