Don't set username on NETunnelProviderProtocol
The username corresponds to the Account field in iOS system VPN UI, but if we don't set it, the field is not shown, so setting it isn't really required.
This commit is contained in:
parent
09a96ec2a8
commit
2e37d511db
|
@ -32,9 +32,6 @@ extension NETunnelProviderProtocol {
|
|||
} else {
|
||||
serverAddress = "Multiple endpoints"
|
||||
}
|
||||
|
||||
//TODO(roopc): Why are we doing this? Just for kicks? Is it useful? Seems needless.
|
||||
username = tunnelConfiguration.name
|
||||
}
|
||||
|
||||
func asTunnelConfiguration(called name: String? = nil) -> TunnelConfiguration? {
|
||||
|
|
Loading…
Reference in New Issue