mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
feat(LoginViaAuthRequestComponent): [Auth/PM-18506] fix missing spaces (#13543)
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div *ngIf="clientType !== ClientType.Browser" class="tw-mt-4">
|
<div *ngIf="clientType !== ClientType.Browser" class="tw-mt-4">
|
||||||
<span>{{ "needAnotherOptionV1" | i18n }}</span>
|
<span>{{ "needAnotherOptionV1" | i18n }}</span
|
||||||
|
>
|
||||||
<a [routerLink]="backToRoute" bitLink linkType="primary">{{
|
<a [routerLink]="backToRoute" bitLink linkType="primary">{{
|
||||||
"viewAllLogInOptions" | i18n
|
"viewAllLogInOptions" | i18n
|
||||||
}}</a>
|
}}</a>
|
||||||
@@ -46,7 +47,8 @@
|
|||||||
<code class="tw-text-code">{{ fingerprintPhrase }}</code>
|
<code class="tw-text-code">{{ fingerprintPhrase }}</code>
|
||||||
|
|
||||||
<div class="tw-mt-4">
|
<div class="tw-mt-4">
|
||||||
<span>{{ "troubleLoggingIn" | i18n }}</span>
|
<span>{{ "troubleLoggingIn" | i18n }}</span
|
||||||
|
>
|
||||||
<a [routerLink]="backToRoute" bitLink linkType="primary">{{
|
<a [routerLink]="backToRoute" bitLink linkType="primary">{{
|
||||||
"viewAllLogInOptions" | i18n
|
"viewAllLogInOptions" | i18n
|
||||||
}}</a>
|
}}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user