{t('Welcome to your new onedrive-vercel-index 🎉')}
{t('Step 2/3: Get authorisation code')}
{oAuthUrl}
{t('The authorisation code extracted is:')}
{authCode ?? {t('Waiting for code...')}}
{authCode ? t('✅ You can now proceed onto the next step: requesting your access token and refresh token.') : t('❌ No valid code extracted.')}