Skip to content

Commit daee4c0

Browse files
committed
feat: remove weak from ApplicationPasswordAuthorizationWebViewController
1 parent 3e5b2ad commit daee4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/Application Password/ApplicationPasswordAuthorizationWebViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class ApplicationPasswordAuthorizationWebViewController: UIViewController
3535
}()
3636

3737
/// The view controller that was presenting the application password flow.
38-
private weak var previousViewController: UIViewController?
38+
private var previousViewController: UIViewController?
3939

4040
/// WP Core requires that the UUID has lowercased letters.
4141
private let appID = UUID().uuidString.lowercased()

0 commit comments

Comments
 (0)