From 26b5707800a498575561c67a0630b2f6df1eeb9e Mon Sep 17 00:00:00 2001 From: Insub Kim Date: Wed, 11 Jun 2025 10:35:59 +0000 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8F=BC=20?= =?UTF-8?q?=EC=86=90=EC=A7=88=ED=95=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(public)/login/login-form.svelte | 130 +++++++++----------- 1 file changed, 55 insertions(+), 75 deletions(-) diff --git a/src/routes/(public)/login/login-form.svelte b/src/routes/(public)/login/login-form.svelte index 778a699..0d0b147 100644 --- a/src/routes/(public)/login/login-form.svelte +++ b/src/routes/(public)/login/login-form.svelte @@ -8,16 +8,12 @@ superForm, } from "sveltekit-superforms"; import { zodClient } from "sveltekit-superforms/adapters"; - import { Button } from "$lib/components/ui/button/index.js"; - import * as Card from "$lib/components/ui/card/index.js"; - import { Label } from "$lib/components/ui/label/index.js"; - import { Switch } from "$lib/components/ui/switch/index.js"; - import { cn } from "$lib/utils.js"; - import type { HTMLAttributes } from "svelte/elements"; - - let { class: className, ...restProps }: HTMLAttributes = $props(); - - const id = $props.id(); + import { Button } from "$lib/components/ui/button/index.js"; + import * as Card from "$lib/components/ui/card/index.js"; + import { Label } from "$lib/components/ui/label/index.js"; + import { Switch } from "$lib/components/ui/switch/index.js"; + import { cn } from "$lib/utils.js"; + import type { HTMLAttributes } from "svelte/elements"; let { data }: { data: { form: SuperValidated> } } = $props(); @@ -29,69 +25,53 @@ const { form: formData, enhance } = form; -
- - - {#snippet children({ props })} - Email - - {/snippet} - - This is your public display name. - - - Submit -
- -
- - - :: LOGIN :: - - -
-
-
-
- - -
-
-
- - - 비밀번호 찾기 - -
- -
-
- - -
- -
-
- 이메일 인증을 통한 - 회원가입 -
-
-
-
-
-
- 로그인 진행시 사이트의 서비스 이용약관 - 과 개인정보 보호정책 에 동의합니다. -
+
+ + + LOGIN + + +
+
+
+
+ + + {#snippet children({ props })} + Email + + {/snippet} + + + +
+
+ + + {#snippet children({ props })} + password + + {/snippet} + + + +
+
+ + +
+ 로그인 +
+
+ 이메일 인증을 통한 + 회원가입 +
+
+
+
+
--->