diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-11-06 10:50:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 10:50:34 +0530 |
commit | df6ebfee27597887075b94a945e707ecd69decb1 (patch) | |
tree | ebd05d44362f7bb518bef1a4861501813ca9bb9c /CHANGELOG.md | |
parent | 354687e3a60f348af75c1a2f901270264d7e0313 (diff) |
Fix extra content for multiple username fields (#1192)
Fixes #1190
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d318df31..30df7523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Cancelling the Autofill "Generate password" action now correctly returns you to the original app. +- If multiple username fields exist in the password, we now ensure the later ones are not dropped from extra content. ### Changed |