fix interactive login add #557

Merged
techknowlogick merged 1 commits from 6543/tea:fix-interactive_add-login-via-token into main 2023-06-07 16:47:56 +00:00

View File

@ -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?",