mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-15 01:11:47 +01:00
[PM-16696] New Device Verification Notice Learn More (#12715)
* add learn more link to new device verification notification page one
This commit is contained in:
parent
066773e983
commit
5a46991e4e
@ -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
|
||||
|
@ -20,6 +20,7 @@ import {
|
||||
FormFieldModule,
|
||||
RadioButtonModule,
|
||||
TypographyModule,
|
||||
LinkModule,
|
||||
} from "@bitwarden/components";
|
||||
|
||||
import {
|
||||
@ -41,6 +42,7 @@ import {
|
||||
FormFieldModule,
|
||||
AsyncActionsModule,
|
||||
ReactiveFormsModule,
|
||||
LinkModule,
|
||||
],
|
||||
})
|
||||
export class NewDeviceVerificationNoticePageOneComponent implements OnInit, AfterViewInit {
|
||||
|
Loading…
Reference in New Issue
Block a user