mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
apply code review
This commit is contained in:
@@ -3,9 +3,12 @@
|
|||||||
{{ "desktopSyncVerificationTitle" | i18n }}
|
{{ "desktopSyncVerificationTitle" | i18n }}
|
||||||
</span>
|
</span>
|
||||||
<span bitDialogContent>
|
<span bitDialogContent>
|
||||||
{{ "desktopIntegrationVerificationText" | i18n }}
|
<p>
|
||||||
<br /><br />
|
{{ "desktopIntegrationVerificationText" | i18n }}
|
||||||
<strong>{{ params.fingerprint.join("-") }}</strong>
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>{{ params.fingerprint.join("-") }}</strong>
|
||||||
|
</p>
|
||||||
</span>
|
</span>
|
||||||
<ng-container bitDialogFooter>
|
<ng-container bitDialogFooter>
|
||||||
<button bitButton type="submit" buttonType="danger" bitDialogClose>
|
<button bitButton type="submit" buttonType="danger" bitDialogClose>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<i bitDialogIcon class="bwi bwi-info-circle tw-text-3xl" aria-hidden="true"></i>
|
<i bitDialogIcon class="bwi bwi-info-circle tw-text-3xl" aria-hidden="true"></i>
|
||||||
<span bitDialogTitle>{{ "yourAccountsFingerprint" | i18n }}:</span>
|
<span bitDialogTitle>{{ "yourAccountsFingerprint" | i18n }}:</span>
|
||||||
<span bitDialogContent>
|
<span bitDialogContent>
|
||||||
{{ data.fingerprint.join("-") }}
|
<strong>{{ data.fingerprint.join("-") }}</strong>
|
||||||
</span>
|
</span>
|
||||||
<ng-container bitDialogFooter>
|
<ng-container bitDialogFooter>
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user