Skip to content

Commit c5263d1

Browse files
fix coderabbit suggestion and footer redundant contact section
1 parent f6ca2c5 commit c5263d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/integrate/third-party-tools/kinde-nextjs-drizzle.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ By the end of this guide, you’ll have a robust authentication flow complete wi
205205
1. Start your development server by running the following command in your terminal:
206206

207207
```bash
208-
npm run dev
208+
npm run dev
209209
```
210210

211211
2. Open your web browser and navigate to [`http://localhost:3000`](http://localhost:3000/) to view your Kinde application locally.
@@ -233,5 +233,3 @@ By the end of this guide, you’ll have a robust authentication flow complete wi
233233
You've successfully integrated Kinde authentication with your Next.js application and managed user data using a Drizzle-powered SQLite database. Your app now has a secure and scalable foundation.
234234

235235
Build on this by adding features like role-based access, custom user profiles, or API integrations. By leveraging Kinde and Drizzle, you've set the stage for a reliable and efficient authentication system. Keep innovating and enhancing!
236-
237-
If you need help, reach out to us at [[email protected]](mailto:[email protected]). You can also connect with the team and other developers in the [Kinde Slack community](https://join.slack.com/t/thekindecommunity/shared_invite/zt-2k5i0aeet-d6Z_2qYphcNCpj0bFa4oCg) or [Discord](https://discord.gg/wHX6j7wG5d). We're here to support you.

0 commit comments

Comments
 (0)