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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user