1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Extension: setup EmailEntry state UI

This commit is contained in:
rr-bw
2024-09-12 14:46:42 -07:00
parent 9cb64b59ca
commit e616218de5
5 changed files with 69 additions and 6 deletions

View File

@@ -11,6 +11,9 @@ import { RegisterRouteService } from "@bitwarden/auth/common";
template: `
<div class="tw-text-center">
{{ "newToBitwarden" | i18n }}
<!-- TODO-rr-bw: on Browser ext, this link isn't styled like other clients.
It seems to be using default browser (chrome, etc.) styles.
-->
<a class="tw-font-bold" bitLink [routerLink]="registerRoute$ | async">{{
"createAccount" | i18n
}}</a>