1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-23697] Copy raw login uri instead of launchUri (#15569)

This commit is contained in:
Shane Melton
2025-07-11 13:01:11 -07:00
committed by GitHub
parent 4fade99be5
commit 5f53987873

View File

@@ -32,7 +32,7 @@
bitIconButton="bwi-clone"
bitSuffix
type="button"
[appCopyClick]="login.launchUri"
[appCopyClick]="login.uri"
[valueLabel]="'website' | i18n"
showToast
[appA11yTitle]="'copyWebsite' | i18n"