chore: lint

This commit is contained in:
Bereket Engida
2024-09-26 12:40:48 +03:00
parent 560909307b
commit 55cc6be03b
2 changed files with 8 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ Create Auth endpoints wraps around `createEndpoint` from Better Call. Inside the
For other properties, you can check the <Link href="https://github.com/bekacru/better-call">Better Call</Link> documentation and the <Link href="https://github.com/better-auth/better-auth/blob/main/packages/better-auth/src/init.ts">source code </Link>.
**Rules for Endpoints**
- Makes sure you use kebab-case for the endpoint path.

View File

@@ -1,12 +1,12 @@
<script lang="ts">
import { client } from "$lib/auth-client";
import { Button } from "$lib/components/ui/button/index.js";
import * as Card from "$lib/components/ui/card/index.js";
import { Input } from "$lib/components/ui/input/index.js";
import { Label } from "$lib/components/ui/label/index.js";
import { writable } from "svelte/store";
import { client } from "$lib/auth-client";
import { Button } from "$lib/components/ui/button/index.js";
import * as Card from "$lib/components/ui/card/index.js";
import { Input } from "$lib/components/ui/input/index.js";
import { Label } from "$lib/components/ui/label/index.js";
import { writable } from "svelte/store";
const email = writable("");
const email = writable("");
</script>
<Card.Root class="mx-auto max-w-sm">