diff --git a/src/routes/(auth)/login/+page.ts b/src/routes/(app)/+page.ts similarity index 61% rename from src/routes/(auth)/login/+page.ts rename to src/routes/(app)/+page.ts index 4dee893..115d61a 100644 --- a/src/routes/(auth)/login/+page.ts +++ b/src/routes/(app)/+page.ts @@ -2,6 +2,8 @@ import type { PageLoad } from './$types'; export const load: PageLoad = async () => { return { - title: 'Authentication Example' + title: 'Authentication Example', + data: 'hello', + test: 'yo', }; }; diff --git a/src/routes/(auth)/login/(components)/user-auth-form.svelte b/src/routes/(auth)/login/(components)/user-auth-form.svelte index ed13b9c..b511e4e 100644 --- a/src/routes/(auth)/login/(components)/user-auth-form.svelte +++ b/src/routes/(auth)/login/(components)/user-auth-form.svelte @@ -2,7 +2,7 @@ import { Button } from '$lib/components/ui/button'; import { Input } from '$lib/components/ui/input'; import { Label } from '$lib/components/ui/label'; - import { Github, LoaderIcon } from 'lucide-svelte'; + import { LoaderIcon } from 'lucide-svelte'; import { cn } from '$lib/utils'; let className: string | undefined | null = undefined; @@ -21,8 +21,8 @@
-
- +
+
+
+ + +
-
-
- -
-
- Or continue with -
-
-
diff --git a/src/routes/(auth)/login/+page.svelte b/src/routes/(auth)/login/+page.svelte index 2fa02b4..eecac88 100644 --- a/src/routes/(auth)/login/+page.svelte +++ b/src/routes/(auth)/login/+page.svelte @@ -26,15 +26,8 @@

- By clicking continue, you agree to our{' '} - - Terms of Service - {' '} - and{' '} - - Privacy Policy - - . + Don't Have An Account? Signup{' '} + Here {' '}

diff --git a/src/routes/(auth)/signup/(components)/user-auth-form.svelte b/src/routes/(auth)/signup/(components)/user-auth-form.svelte new file mode 100644 index 0000000..55b14f4 --- /dev/null +++ b/src/routes/(auth)/signup/(components)/user-auth-form.svelte @@ -0,0 +1,52 @@ + + +
+
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
diff --git a/src/routes/(auth)/signup/+page.svelte b/src/routes/(auth)/signup/+page.svelte new file mode 100644 index 0000000..a33b92a --- /dev/null +++ b/src/routes/(auth)/signup/+page.svelte @@ -0,0 +1,34 @@ + + +
+
+ +
+