Marketing: route registration to checkout

This commit is contained in:
Codex Agent
2026-01-06 08:36:55 +01:00
parent 34eb2b94b3
commit f89f6d6223
14 changed files with 105 additions and 328 deletions

View File

@@ -162,12 +162,6 @@ const AuthRedirectSuccess: React.FC<{ emailVerified?: boolean | null }> = ({ ema
>
{t('login')}
</a>
<p className="text-sm text-gray-600">
{t('no_account')}{' '}
<a href={localizedPath('/register')} className="text-blue-600 hover:text-blue-500">
{t('register')}
</a>
</p>
</div>
</div>
</div>