1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

cleanup mock code

This commit is contained in:
Anders Åberg
2024-10-28 18:16:09 +01:00
parent a09a471d1e
commit 6a4c482b65
3 changed files with 1 additions and 50 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -1,32 +1,19 @@
import { Component } from "@angular/core";
import { Router } from "@angular/router";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { DesktopSettingsService } from "../../platform/services/desktop-settings.service";
export type BrowserSyncVerificationDialogParams = {
fingerprint: string[];
};
@Component({
standalone: true,
template: `
<div
style="background:white; display:flex; justify-content: center; align-items: center; flex-direction: column"
>
<img
src="../resources/frame2101.svg"
class="mb-4 logo"
alt="Bitwarden"
width="440"
height="400"
/>
<h1>Select your passkey</h1>
<br />
<button bitButton type="button" buttonType="secondary" (click)="closeModal()">Close</button>
</div>
`,
imports: [JslibModule],
})
export class PasskeysComponent {
constructor(