1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-21 11:53:34 +00:00

add prefillNameAndUriFromTab to new login button (#18305)

This commit is contained in:
Jordan Aasen
2026-01-20 10:12:53 -08:00
committed by GitHub
parent cb162c12dc
commit 7de4119d7d

View File

@@ -20,7 +20,13 @@
{{ "emptyVaultDescription" | i18n }}
</p>
</ng-container>
<a slot="button" bitButton buttonType="secondary" [routerLink]="['/add-cipher']">
<a
slot="button"
bitButton
buttonType="secondary"
[routerLink]="['/add-cipher']"
[queryParams]="{ prefillNameAndURIFromTab: true }"
>
{{ "newLogin" | i18n }}
</a>
</bit-no-items>