mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
cleanup mock code
This commit is contained in:
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 |
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user