Skip to content

Commit 461881c

Browse files
authored
Update lucia.md (#326)
1 parent ba495bd commit 461881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/authentication/lucia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The data field names and types in the `session` model must exactly match the one
4040

4141
Lucia connects to your database via an adapter, which provides a set of basic, standardized querying methods that Lucia can use.
4242

43-
Lucia has its own Prisma adapter `@lucia-auth/adapter-prisma`, which provides a set of basic, standardized querying methods. Since ZenStack is based on Prisma, you can use PrismaAdapter for the job:
43+
Lucia has its own Prisma adapter `@lucia-auth/adapter-prisma`. Since ZenStack is based on Prisma, you can use PrismaAdapter for the job:
4444

4545
```tsx title='/lib/auth.ts'
4646
import { PrismaAdapter } from "@lucia-auth/adapter-prisma";

0 commit comments

Comments
 (0)