mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
format fingerprint in template
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<span bitDialogContent>
|
||||
<p>{{ "verifyBrowserDesc" | i18n }}</p>
|
||||
<p>
|
||||
<strong>{{ params.fingerprint }}</strong>
|
||||
<strong>{{ params.fingerprint.join("-") }}</strong>
|
||||
</p>
|
||||
</span>
|
||||
<ng-container bitDialogFooter>
|
||||
|
||||
@@ -5,7 +5,7 @@ import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import { ButtonModule, DialogModule, DialogService } from "@bitwarden/components";
|
||||
|
||||
export type BrowserSyncVerificationDialogParams = {
|
||||
fingerprint: string;
|
||||
fingerprint: string[];
|
||||
};
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user