1
0
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:
Jared Snider
2025-02-24 15:51:56 -05:00
committed by GitHub
parent 62d3fe21a6
commit c8b3e4c6dc

View File

@@ -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
>&nbsp;
<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
>&nbsp;
<a [routerLink]="backToRoute" bitLink linkType="primary">{{ <a [routerLink]="backToRoute" bitLink linkType="primary">{{
"viewAllLogInOptions" | i18n "viewAllLogInOptions" | i18n
}}</a> }}</a>