fix: update docs link for auth hooks configuration page (#36862)

Co-authored-by: Chris Stockton <chris.stockton@supabase.io>
This commit is contained in:
Chris Stockton
2025-07-28 08:24:56 -07:00
committed by GitHub
parent 2c6e3c2b3d
commit d997c6fdbc

View File

@@ -25,7 +25,7 @@ const Hooks: NextPageWithLayout = () => {
)
}
const secondaryActions = [
<DocsButton key="docs" href="https://supabase.com/docs/guides/functions" />,
<DocsButton key="docs" href="https://supabase.com/docs/guides/auth/auth-hooks" />,
]
Hooks.getLayout = (page) => (