diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-05-19 13:39:15 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-05-30 15:00:07 +0200 |
| commit | 7d3eedafd8821a2a0223f4d35d7020e588cbcfe2 (patch) | |
| tree | 1266bd3dc2d84ada34e77085c78469fb54487316 /ios/MullvadVPN/ProblemReportViewController.swift | |
| parent | bf3415f3afc723e71a1fc55911696cfaa91a13ba (diff) | |
| download | mullvadvpn-7d3eedafd8821a2a0223f4d35d7020e588cbcfe2.tar.xz mullvadvpn-7d3eedafd8821a2a0223f4d35d7020e588cbcfe2.zip | |
TunnelManager: use new settings and REST proxies
Diffstat (limited to 'ios/MullvadVPN/ProblemReportViewController.swift')
| -rw-r--r-- | ios/MullvadVPN/ProblemReportViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/ProblemReportViewController.swift b/ios/MullvadVPN/ProblemReportViewController.swift index b9311174e7..47addb7589 100644 --- a/ios/MullvadVPN/ProblemReportViewController.swift +++ b/ios/MullvadVPN/ProblemReportViewController.swift @@ -19,7 +19,7 @@ class ProblemReportViewController: UIViewController, UITextFieldDelegate, Condit let securityGroupIdentifier = ApplicationConfiguration.securityGroupIdentifier // TODO: make sure we redact old tokens - let redactStrings = Account.shared.token.flatMap { [$0] } ?? [] + let redactStrings = TunnelManager.shared.accountNumber.flatMap { [$0] } ?? [] let report = ConsolidatedApplicationLog( redactCustomStrings: redactStrings, |
