From 4f11c2c914c2ed4e2da623f67da273b284df5794 Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Tue, 1 Oct 2024 14:17:13 -0500 Subject: [PATCH] Add styles missing from Browser to Create Account link. --- .../login/login-secondary-content.component.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/auth/src/angular/login/login-secondary-content.component.ts b/libs/auth/src/angular/login/login-secondary-content.component.ts index 416da055969..6e79eda63a1 100644 --- a/libs/auth/src/angular/login/login-secondary-content.component.ts +++ b/libs/auth/src/angular/login/login-secondary-content.component.ts @@ -11,12 +11,12 @@ import { RegisterRouteService } from "@bitwarden/auth/common"; template: `
{{ "newToBitwarden" | i18n }} - - {{ - "createAccount" | i18n - }} + {{ "createAccount" | i18n }}
`, })