Skip to content

Commit

Permalink
[PM-16696] New Device Verification Notice Learn More (#12715)
Browse files Browse the repository at this point in the history
* add learn more link to new device verification notification page one
  • Loading branch information
Jingo88 authored Jan 6, 2025
1 parent 066773e commit 5a46991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<form [formGroup]="formGroup" [bitSubmit]="submit">
<p class="tw-text-center" bitTypography="body1">
{{ "newDeviceVerificationNoticeContentPage1" | i18n }}
<a
bitLink
href="https://bitwarden.com/help/new-device-verification/"
rel="noreferrer"
target="_blank"
>
{{ "learnMore" | i18n }}.
</a>
</p>

<bit-card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
FormFieldModule,
RadioButtonModule,
TypographyModule,
LinkModule,
} from "@bitwarden/components";

import {
Expand All @@ -41,6 +42,7 @@ import {
FormFieldModule,
AsyncActionsModule,
ReactiveFormsModule,
LinkModule,
],
})
export class NewDeviceVerificationNoticePageOneComponent implements OnInit, AfterViewInit {
Expand Down

0 comments on commit 5a46991

Please sign in to comment.