diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.html index b90f7406ab6..54580f054dc 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.html @@ -19,10 +19,11 @@

{{ "riskInsightsInitPromptStep1Description" | i18n }} {{ "riskInsightsInitPromptEnforceDataOwnershipPolicyLink" | i18n }} {{ "riskInsightsInitPromptStep1DescriptionContinued" | i18n }} diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.ts b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.ts index 5d8cfcc28e2..5ac35431e6b 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.ts +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/first-report-prompt-dialog.component.ts @@ -1,11 +1,17 @@ import { Component } from "@angular/core"; -import { ButtonModule, DialogModule, DialogService, TypographyModule } from "@bitwarden/components"; +import { + ButtonModule, + DialogModule, + DialogService, + LinkModule, + TypographyModule, +} from "@bitwarden/components"; import { I18nPipe } from "@bitwarden/ui-common"; @Component({ templateUrl: "./first-report-prompt-dialog.component.html", - imports: [ButtonModule, DialogModule, TypographyModule, I18nPipe], + imports: [ButtonModule, DialogModule, LinkModule, TypographyModule, I18nPipe], }) export class FirstReportPromptDialogComponent { static open(dialogService: DialogService) {