Skip to content

Commit

Permalink
Make apikey password label (hide value)
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Maria committed Jun 3, 2024
1 parent 4e37ff9 commit 9e6f462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApiMenu/ApiMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ApiMenu = ({
{t('apiKey.inputLabel', { ns: 'api' })}
</div>
<input
type='text'
type='password'
className='text-gray-800 dark:text-white p-3 text-sm border-none bg-gray-200 dark:bg-gray-600 rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
value={_apiKey}
onChange={(e) => {
Expand Down

0 comments on commit 9e6f462

Please sign in to comment.