diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-11-06 10:50:34 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-21 20:16:42 +0530 |
commit | da8ca8b46d5d842670c9400c9a55b181eceb10b2 (patch) | |
tree | 79d3392614fc7718dba804e4abdcc5b4873a9f93 /CHANGELOG.md | |
parent | 7aee68f1fa60c4565361883511cd4eb490bc4929 (diff) |
Fix extra content for multiple username fields (#1192)
Fixes #1190
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit df6ebfee27597887075b94a945e707ecd69decb1)
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 c4e43b23..a4ea1b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,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. ## [1.13.1] - 2020-10-23 |