mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-18 03:03:10 +03:00
chore: rename glass-row-item to passkey-row
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { openConfirmDialog } from '$lib/components/confirm-dialog/';
|
import { openConfirmDialog } from '$lib/components/confirm-dialog/';
|
||||||
import GlassRowItem from '$lib/components/glass-row-item.svelte';
|
import GlassRowItem from '$lib/components/passkey-row.svelte';
|
||||||
import { m } from '$lib/paraglide/messages';
|
import { m } from '$lib/paraglide/messages';
|
||||||
import WebauthnService from '$lib/services/webauthn-service';
|
import WebauthnService from '$lib/services/webauthn-service';
|
||||||
import type { Passkey } from '$lib/types/passkey.type';
|
import type { Passkey } from '$lib/types/passkey.type';
|
||||||
|
|||||||
Reference in New Issue
Block a user