Skip to content

Commit

Permalink
fixed api token field (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak authored Dec 27, 2024
1 parent e672498 commit e50c292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class AddonAccountSetupComponent extends Component<Args> {
{
name: 'access_token',
labelText: t('addons.accountCreate.api-token-label'),
inputType: 'text',
inputType: 'password',
inputPlaceholder: t('addons.accountCreate.api-token-placeholder'),
inputValue: credentials.access_token,
},
Expand Down

0 comments on commit e50c292

Please sign in to comment.