mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
chore: lint
This commit is contained in:
@@ -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>.
|
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**
|
**Rules for Endpoints**
|
||||||
|
|
||||||
- Makes sure you use kebab-case for the endpoint path.
|
- Makes sure you use kebab-case for the endpoint path.
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { client } from "$lib/auth-client";
|
import { client } from "$lib/auth-client";
|
||||||
import { Button } from "$lib/components/ui/button/index.js";
|
import { Button } from "$lib/components/ui/button/index.js";
|
||||||
import * as Card from "$lib/components/ui/card/index.js";
|
import * as Card from "$lib/components/ui/card/index.js";
|
||||||
import { Input } from "$lib/components/ui/input/index.js";
|
import { Input } from "$lib/components/ui/input/index.js";
|
||||||
import { Label } from "$lib/components/ui/label/index.js";
|
import { Label } from "$lib/components/ui/label/index.js";
|
||||||
import { writable } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
|
|
||||||
const email = writable("");
|
const email = writable("");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card.Root class="mx-auto max-w-sm">
|
<Card.Root class="mx-auto max-w-sm">
|
||||||
|
|||||||
Reference in New Issue
Block a user