diff --git a/AGENTS.md b/AGENTS.md index ee391cc03..428c802a8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,7 +15,7 @@ bin/dev # Start development server (runs on port 3006) ``` Development URL: http://fizzy.localhost:3006 -Login with: david@37signals.com (development fixtures), password will appear in the browser console +Login with: david@example.com (development fixtures), password will appear in the browser console ### Testing ```bash @@ -142,7 +142,7 @@ Key recurring tasks (via `config/recurring.yml`): ### Chrome MCP (Local Dev) URL: `http://fizzy.localhost:3006` -Login: david@37signals.com (passwordless magic link auth - check rails console for link) +Login: david@example.com (passwordless magic link auth - check rails console for link) Use Chrome MCP tools to interact with the running dev app for UI testing and debugging. diff --git a/README.md b/README.md index b668747e9..8a7877326 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ bin/dev You'll be able to access the app in development at http://fizzy.localhost:3006. -To login, enter `david@37signals.com` and grab the verification code from the browser console to sign in. +To login, enter `david@example.com` and grab the verification code from the browser console to sign in. ### Running tests diff --git a/bin/dev b/bin/dev index 287127eda..51d232d91 100755 --- a/bin/dev +++ b/bin/dev @@ -1,7 +1,7 @@ #!/usr/bin/env sh bin/rails runner - < #{change[:to]}" - user.email_address = change[:to] - user.save! - end - end -end