Skip to content

Commit

Permalink
Use inputType password for GitLab access token (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra authored Dec 7, 2023
1 parent ec58b3f commit bf31ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/gitlab/src/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export const configBlock = createComponent<
}
element={
<textinput
inputType="password"
state="accessToken"
placeholder="xxxxxxxxxxxxxxxxxxxx"
/>
Expand Down

0 comments on commit bf31ea5

Please sign in to comment.