bbcf987488379151eebe48da38925d99a798ed3d
checkEmailRequest only checked whether the account existed, so a first-login account (no password set yet) was still sent to the normal "enter your password" screen before the backend revealed there was no password to check against — only then did it route to the create-password step. checkEmailRequest now detects the same setup-required signal PasswordSetupRequiredError does and skips straight to it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/0406e53f-aca4-4047-80a3-dbe279cebc0b
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
Description
Languages
TypeScript
79.9%
CSS
19.4%
JavaScript
0.6%
