Skip to content

Commit

Permalink
add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Jan 30, 2025
1 parent bbc8821 commit 90d22b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-extension/src/content-script/autofill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const autofillEventsDispatched = new Set()
* @param usefulInputs
*/
function handleNewPasswordCase(usefulInputs: HTMLInputElement[]) {
// TODO only do this after user confirmation as this could cause user to change their password by mistake-for example when they edit something on their profile and it also has the two password inputs
for (let index = 0; index < usefulInputs.length - 1; index++) {
const input = usefulInputs[index]
if (
Expand Down

0 comments on commit 90d22b4

Please sign in to comment.