Login Page - the password field is filled with dummy data as a placeholder after the actual password is saved. This may cause a situation in which the user might press the login button and replace the saved password with the dummy placeholder password.
Added a condition check for the same in app.js in pages/login folder.
Directory structure is similar to chrome extension branch.
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
Browsers Tested on?
[x] Firefox
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have checked the responsiveness of the component I built
[x] I have commented my code, particularly in hard-to-understand areas
Description
Login Page - the password field is filled with dummy data as a placeholder after the actual password is saved. This may cause a situation in which the user might press the login button and replace the saved password with the dummy placeholder password. Added a condition check for the same in
app.js
in pages/login folder.Directory structure is similar to chrome extension branch.
Type of change
Please delete options that are not relevant.
Browsers Tested on?
Checklist: