Skip to content

Conversation

@krishna9358
Copy link
Contributor

Summary

  • When using Clerk authentication, the sign-in dialog was triggered automatically via useEffect when the user wasn't authenticated. If the user closed the dialog without signing in, the useEffect wouldn't re-run because none of its dependencies changed. This left users stuck on the "Authentication Required" screen with "Opening sign-in dialog..." but the dialog would never reopen.

Testing

  • bun run test
  • bun run lint
  • bun run typecheck
  • Additional notes:

Documentation

  • Updated the relevant doc(s) (see docs/guide.md) or checked that no updates are needed.
  • Recorded contract/architecture changes in both public docs and .ai logs when applicable.

Signed-off-by: Krishna Mohan <krishanmohank974@gmail.com>
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@krishna9358 krishna9358 self-assigned this Jan 5, 2026
@betterclever betterclever merged commit f02d48c into main Jan 6, 2026
3 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.

3 participants