Skip to content

Commit

Permalink
password input type for api key
Browse files Browse the repository at this point in the history
  • Loading branch information
aj47 committed Aug 20, 2024
1 parent 324a60b commit dfb7254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickolas-cage/src/popup/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const Popup = () => {
</select>
</div>
<input
type="text"
type="password"
value={apiKey}
onChange={handleApiKeyChange}
placeholder="Enter API Key"
Expand Down

0 comments on commit dfb7254

Please sign in to comment.