Closed plkgq closed 3 years ago
When the vpn profile saves an error, the error message is not returned, but nil is returned, which should be modified tocompletionHandler?(error)
completionHandler?(error)
in OpenVPNProvider.swift 147 line
When the vpn profile saves an error, the error message is not returned, but nil is returned, which should be modified to
completionHandler?(error)