MCPcopy Index your code
hub / github.com/simstudioai/sim / VerifyPage

Function VerifyPage

apps/sim/app/(auth)/verify/page.tsx:12–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10export const dynamic = 'force-dynamic'
11
12export default function VerifyPage() {
13 const emailServiceConfigured = hasEmailService()
14
15 return (
16 <VerifyContent
17 hasEmailService={emailServiceConfigured}
18 isProduction={isProd}
19 isEmailVerificationEnabled={isEmailVerificationEnabled}
20 />
21 )
22}

Callers

nothing calls this directly

Calls 1

hasEmailServiceFunction · 0.90

Tested by

no test coverage detected