1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-11949] Fix generating and copying export password (#10999)

* Use password field value instead of local variable for copy to clipboard

Use appCopyClick directive instead of manually copying and showing success toast

* Add missing "copySuccessful" message key to desktop and web

* Remove whitespace from web en/messages.json

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-09-12 20:04:39 +02:00
committed by GitHub
parent 07d2e36496
commit f70b3df2d2
4 changed files with 12 additions and 14 deletions

View File

@@ -1285,6 +1285,9 @@
}
}
},
"copySuccessful": {
"message": "Copy Successful"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},

View File

@@ -562,6 +562,9 @@
}
}
},
"copySuccessful": {
"message": "Copy Successful"
},
"copyValue": {
"message": "Copy value",
"description": "Copy value to clipboard"