1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +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 jaasen-livefront
parent 49780aba86
commit be0659dac4

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>