Conversation
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Visual Regression16 screenshots compared. See report for details. |
matthewelwell
left a comment
There was a problem hiding this comment.
For additional context, this is being done because the token is presented to users in their account settings as an 'API key'. Until we build properly scoped user API keys, or just force everyone to use org-level API keys, we cannot invalidate these tokens on logout.
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
As logging out from the API invalidate the user token, we reverted to not calling the API when logging out from dashboard
How did you test this code?