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} + + + +
+
+ + +
+ 로그인 +
+
+ 이메일 인증을 통한 + 회원가입 +
+
+
+
+
--->