diff options
Diffstat (limited to 'pkg/vpn/openvpn.go')
-rw-r--r-- | pkg/vpn/openvpn.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/vpn/openvpn.go b/pkg/vpn/openvpn.go index 4997a34..c0ec2e1 100644 --- a/pkg/vpn/openvpn.go +++ b/pkg/vpn/openvpn.go @@ -51,6 +51,9 @@ func (b *Bitmask) StartVPN(provider string) error { } func (b *Bitmask) CanStartVPN() bool { + /* FIXME this is not enough. We should check, if provider needs + * credentials, if we have a valid token, otherwise remove it and + make sure that we're asking for the credentials input */ return !b.bonafide.NeedsCredentials() } |