- Notifications
You must be signed in to change notification settings - Fork234
Integrates text-security npm module to Secrets component#304
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:vue
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
89ade58 to64916b6ComparePrevents shoulder surfing
64916b6 to5b0a004CompareUh oh!
There was an error while loading.Please reload this page.
rewanthtammana commentedAug 2, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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. |
rewanthtammana commentedAug 6, 2019
@bradrydzewski@tboerger any changes required for the code? any updates? |
tboerger left a comment
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 classhide-secret, but besides that LGTM
rewanthtammana commentedAug 6, 2019
Done. I was more associated with JS, so just got used to JS coding conventions. |
tboerger commentedAug 6, 2019
cool 👍 |
till commentedDec 21, 2019
The change looks great, is anyone merging this soon? |
Uh oh!
There was an error while loading.Please reload this page.
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