From 85eb0a2c505d925f2777e6fda37947b8ef630a9f Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 1 Dec 2025 13:30:14 +0100 Subject: [PATCH] Fix link not being blue --- .../encrypted-migration/prompt-migration-password.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/angular/src/key-management/encrypted-migration/prompt-migration-password.component.ts b/libs/angular/src/key-management/encrypted-migration/prompt-migration-password.component.ts index 1b36f91ab44..060901d68fb 100644 --- a/libs/angular/src/key-management/encrypted-migration/prompt-migration-password.component.ts +++ b/libs/angular/src/key-management/encrypted-migration/prompt-migration-password.component.ts @@ -8,6 +8,7 @@ import { AccountService } from "@bitwarden/common/auth/abstractions/account.serv import { UserVerificationService } from "@bitwarden/common/auth/abstractions/user-verification/user-verification.service.abstraction"; import { VerificationType } from "@bitwarden/common/auth/enums/verification-type"; import { + LinkModule, AsyncActionsModule, ButtonModule, DialogModule, @@ -25,6 +26,7 @@ import { templateUrl: "prompt-migration-password.component.html", imports: [ DialogModule, + LinkModule, CommonModule, JslibModule, ButtonModule,