-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrates text-security npm module to Secrets component #304
base: vue
Are you sure you want to change the base?
Conversation
89ade58
to
64916b6
Compare
Prevents shoulder surfing
64916b6
to
5b0a004
Compare
@tboerger I wasn't familiar with VUE, so I faced issues in importing node_modules. After digging up a bit, I found a new way and its working like a charm. Just removing the "~" did the job perfectly. Please check it. |
@bradrydzewski @tboerger any changes required for the code? any updates? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would name the class hide-secret
, but besides that LGTM
Done. I was more associated with JS, so just got used to JS coding conventions. |
cool 👍 |
The change looks great, is anyone merging this soon? |
Hides the sensitive secret information while typing as password disc symbols to prevent shoulder surfing.
@bradrydzewski @tboerger There were some compilation errors when I tried to include svg, eot and ttf font files. It seems they require updated version of file-loader and url-loader modules. ( Ref: webpack/webpack#6419 ). The latest version of both the modules are added to package.json
Closes #302
cc: @HrushikeshK