Skip to content

fix(ze): Check in ProfilesUtils.isProfileUsingBasicAuth not behaving as expected #2664

@zFernand0

Description

@zFernand0

Is the check in ProfilesUtils.isProfileUsingBasicAuth behaving as expected? Curious if this:
"user" in prof && "password" in prof;
should be changed to:
prof.user != null && prof.password != null;

Originally posted by @t1m0thyj in #2606 (comment)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority-lowLegit issue but cosmetic or nice-to-haveseverity-lowBug that makes the usage of the Zowe less convenient but doesn't impact key use cases

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions