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:
committed by
GitHub
parent
07d2e36496
commit
f70b3df2d2
@@ -1285,6 +1285,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"copySuccessful": {
|
||||
"message": "Copy Successful"
|
||||
},
|
||||
"errorRefreshingAccessToken": {
|
||||
"message": "Access Token Refresh Error"
|
||||
},
|
||||
|
||||
@@ -562,6 +562,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"copySuccessful": {
|
||||
"message": "Copy Successful"
|
||||
},
|
||||
"copyValue": {
|
||||
"message": "Copy value",
|
||||
"description": "Copy value to clipboard"
|
||||
|
||||
Reference in New Issue
Block a user