Skip to content

🔨 fix: fixed router refresh bug after login#27

Merged
Jophkins merged 1 commit intomainfrom
dev
Feb 3, 2026
Merged

🔨 fix: fixed router refresh bug after login#27
Jophkins merged 1 commit intomainfrom
dev

Conversation

@Jophkins
Copy link
Owner

@Jophkins Jophkins commented Feb 3, 2026

No description provided.

@vercel
Copy link

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
beetforge Ready Ready Preview, Comment Feb 3, 2026 0:56am

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b52157e85e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +51 to +54
- name: Debug DATABASE_URL
run: |
echo "DATABASE_URL=$DATABASE_URL"
node -e "console.log(process.env.DATABASE_URL)"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove DATABASE_URL logging from CI

This step prints DATABASE_URL directly into GitHub Actions logs, which can expose credentials when the variable is a secret (common for database URLs). Anyone with access to workflow logs can read it, and logs can be retained or shared outside the team. If you need to validate presence, prefer masking or only checking that it is set without outputting the value.

Useful? React with 👍 / 👎.

@Jophkins Jophkins merged commit 36fc082 into main Feb 3, 2026
3 of 5 checks passed
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.

1 participant