mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
change field type to Password (#7791)
This commit is contained in:
@@ -110,7 +110,7 @@ export class ClusterSettingsPage extends WizardPageBase<DeployClusterWizard> {
|
||||
required: false,
|
||||
variableName: VariableNames.DockerUsername_VariableName
|
||||
}, {
|
||||
type: FieldType.Text,
|
||||
type: FieldType.Password,
|
||||
label: localize('deployCluster.DockerPassword', "Password"),
|
||||
required: false,
|
||||
variableName: VariableNames.DockerPassword_VariableName
|
||||
|
||||
Reference in New Issue
Block a user