Skip to content

Commit

Permalink
Improve Github integration (#3807) - add "password" type for token field
Browse files Browse the repository at this point in the history
  • Loading branch information
rodichenko committed Dec 12, 2024
1 parent b32932e commit cf6b06b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export default class EditPipelineForm extends localization.LocalizedReactCompone
})(
<Input
onPressEnter={this.handleSubmit}
type="password"
disabled={this.props.pending || readOnly} />
)}
</Form.Item>
Expand Down

0 comments on commit cf6b06b

Please sign in to comment.