Skip to content

Commit 6e46edd

Browse files
committed
remove newToBitwarden question
1 parent cb2695d commit 6e46edd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/auth/src/angular/login/login-secondary-content.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { LinkModule } from "@bitwarden/components";
1111
imports: [CommonModule, JslibModule, LinkModule, RouterModule],
1212
template: `
1313
<div class="tw-text-center" *ngIf="!(isUserRegistrationDisabled$ | async)">
14-
{{ "newToBitwarden" | i18n }}
1514
<a bitLink routerLink="/signup">{{ "createAccount" | i18n }}</a>
1615
</div>
1716
`,

0 commit comments

Comments
 (0)