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