Skip to content

Fix frontend debug statement issues and document Google OAuth setup#30

Merged
alokkksharmaa merged 1 commit into
alokkksharmaa:mainfrom
riya-chauhan12:testing
Jun 4, 2026
Merged

Fix frontend debug statement issues and document Google OAuth setup#30
alokkksharmaa merged 1 commit into
alokkksharmaa:mainfrom
riya-chauhan12:testing

Conversation

@riya-chauhan12
Copy link
Copy Markdown

Closes #29

Changes

Frontend

  • Removed broken partially-commented debug blocks from:

    • frontend/src/pages/Workspace.jsx
    • frontend/src/components/CodeEditor.jsx

These blocks left object literals behind after the console.log call was commented out, causing frontend compilation/runtime issues.

Documentation

  • Added GOOGLE_CLIENT_ID
  • Added GOOGLE_CLIENT_SECRET

to the backend environment setup instructions and environment variables table in Readme.md.

Testing

  • Started backend successfully after configuring required environment variables.
  • Opened a workspace and verified editor functionality.
  • Confirmed frontend builds and loads without the debug statement issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: stale debug comments in Workspace.jsx and missing Google OAuth docs in README

2 participants