diff --git a/modules/interact/login.go b/modules/interact/login.go index 4f159eb..584340e 100644 --- a/modules/interact/login.go +++ b/modules/interact/login.go @@ -49,7 +49,7 @@ func CreateLogin() error { } switch loginMethod { - case "token": + default: // token var hasToken bool promptYN := &survey.Confirm{ Message: "Do you have an access token?",