tiny-pilot/tinypilot

Mask text in paste textarea

db39 opened this issue ยท 3 comments

db39 commented

A user on the forum often enters secrets in TinyPilot's paste textarea. They have suggested an option to mask the text similar to how a password input field would, to prevent anyone seeing the plain text on screen.

bjs169 commented

Thumbs up!

+1 from me. I would keep this as the default too, so if a user selects to mask the field it remains masked for future uses until they unmask it.

This is done now (see the linked PRs above):

Screenshot 2024-04-01 at 14 24 12

The UI also remembers the last toggle position.