We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a09217 commit 30609b6Copy full SHA for 30609b6
internal/configuration/settings/updater.go
@@ -58,7 +58,7 @@ func (u Updater) Validate() (err error) {
58
}
59
60
if provider == providers.Protonvpn {
61
- authenticatedAPI := *u.ProtonUsername == "" || *u.ProtonPassword == ""
+ authenticatedAPI := *u.ProtonUsername != "" || *u.ProtonPassword != ""
62
if authenticatedAPI {
63
switch {
64
case *u.ProtonUsername == "":
0 commit comments