You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
- In `apps/web` workspace, create a string first in `apps/web/config/strings.ts` and then import it in the `.tsx` files, instead of using inline strings.
9
9
- When working with forms, always use refs to keep the current state of the form's data and use it to enable/disable the form submit button.
10
10
- Check the name field inside each package's package.json to confirm the right name—skip the top-level one.
11
+
- While working with forms, always use zod and react-hook-form to validate the form. Take reference implementation from `apps/web/components/admin/settings/sso/new.tsx`.
description: Learn how to set up Single Sign On (SSO)
4
+
layout: ../../../layouts/MainLayout.astro
5
+
---
6
+
7
+
## Stuck somewhere?
8
+
9
+
We are always here for you. Come chat with us in our <ahref="https://discord.com/invite/GR4bQsN"target="_blank">Discord</a> channel or send a tweet at <ahref="https://twitter.com/courselit"target="_blank">@CourseLit</a>.
0 commit comments