diff --git a/src/app/verify-code/page.tsx b/src/app/verify-code/page.tsx index 5a4f638..97f6ae5 100644 --- a/src/app/verify-code/page.tsx +++ b/src/app/verify-code/page.tsx @@ -45,6 +45,7 @@ export default function CaptchaCodePage () { }} onError={() => setResult(1)} hidden={result != -1} + className='flex justify-center' />
{result == 0