mirror of
https://github.com/anotherhadi/default-creds.git
synced 2026-04-03 03:52:10 +02:00
Improvement, Fixes
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,18 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { User, Lock, Check, MessageCircle } from "lucide-svelte";
|
||||
import type { Result } from "src/types/nav";
|
||||
|
||||
export interface Result {
|
||||
manufacturer: string;
|
||||
name: string;
|
||||
icon: string;
|
||||
tags: string[];
|
||||
version: string;
|
||||
comment: string;
|
||||
user: string;
|
||||
pass: string;
|
||||
}
|
||||
|
||||
let { result }: { result: Result } = $props();
|
||||
let { result }: { result: Result} = $props();
|
||||
|
||||
let copiedUser = $state(false);
|
||||
let copiedPass = $state(false);
|
||||
|
||||
Reference in New Issue
Block a user