mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
PM-13820 - RegistrationStartSecondaryComp - add bitLink to link (#11626)
This commit is contained in:
parent
81d1274111
commit
496bc74b51
@ -1,3 +1,4 @@
|
|||||||
<span
|
<span
|
||||||
>{{ "alreadyHaveAccount" | i18n }} <a [routerLink]="loginRoute">{{ "logIn" | i18n }}</a></span
|
>{{ "alreadyHaveAccount" | i18n }}
|
||||||
|
<a [routerLink]="loginRoute" bitLink>{{ "logIn" | i18n }}</a></span
|
||||||
>
|
>
|
||||||
|
@ -4,6 +4,7 @@ import { ActivatedRoute, RouterModule } from "@angular/router";
|
|||||||
import { firstValueFrom } from "rxjs";
|
import { firstValueFrom } from "rxjs";
|
||||||
|
|
||||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||||
|
import { LinkModule } from "@bitwarden/components";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RegistrationStartSecondaryComponentData
|
* RegistrationStartSecondaryComponentData
|
||||||
@ -17,7 +18,7 @@ export interface RegistrationStartSecondaryComponentData {
|
|||||||
standalone: true,
|
standalone: true,
|
||||||
selector: "auth-registration-start-secondary",
|
selector: "auth-registration-start-secondary",
|
||||||
templateUrl: "./registration-start-secondary.component.html",
|
templateUrl: "./registration-start-secondary.component.html",
|
||||||
imports: [CommonModule, JslibModule, RouterModule],
|
imports: [CommonModule, JslibModule, RouterModule, LinkModule],
|
||||||
})
|
})
|
||||||
export class RegistrationStartSecondaryComponent implements OnInit {
|
export class RegistrationStartSecondaryComponent implements OnInit {
|
||||||
loginRoute: string;
|
loginRoute: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user