Skip to content

Commit 6b5a200

Browse files
committed
Login flow bug fix
1 parent 1827033 commit 6b5a200

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WooCommerce/Classes/Authentication/Epilogue/StorePickerCoordinator.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ extension StorePickerCoordinator: StorePickerViewControllerDelegate {
5555
}
5656

5757
func didSelectStore(with storeID: Int) {
58-
guard selectedConfiguration == .switchingStores else {
59-
return
60-
}
6158
guard storeID != StoresManager.shared.sessionManager.defaultStoreID else {
6259
return
6360
}

0 commit comments

Comments
 (0)