Skip to content

Commit b16e2d7

Browse files
committed
AuthenticationManager: Nuking credentials property
1 parent 3f2b8a7 commit b16e2d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ extension AuthenticationManager: WordPressAuthenticatorDelegate {
116116
///
117117
func presentLoginEpilogue(in navigationController: UINavigationController, for credentials: WordPressCredentials, onDismiss: @escaping () -> Void) {
118118
let pickerViewController = StorePickerViewController()
119-
pickerViewController.credentials = credentials
120119
navigationController.pushViewController(pickerViewController, animated: true)
121120
}
122121

0 commit comments

Comments
 (0)