fix: update profile after login during init#45
Merged
angeloashmore merged 2 commits intomainfrom Mar 11, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The token variable was not being refreshed after the login flow, causing getProfile to use a stale/undefined token. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves:
Description
When
initencounters an unauthenticated user, it triggers the login flow. After a successful login, theprofilevariable wasn't being updated with the new credentials, causing a failure when trying to look up the repository. This fix fetches the profile after login and only re-throws the error when login wasn't attempted.Checklist
Preview
How to QA 1
Note
Low Risk
Small control-flow change confined to the init/login error-handling path; primary risk is unexpected behavior if
getToken()/getProfile()fail post-login.Overview
Fixes
prismic initwhen run while unauthenticated by re-fetching the auth token and callinggetProfile()aftercreateLoginSession()completes, ensuring repo membership validation uses the updated session.Non-auth failures during the initial
getProfile()call are now re-thrown immediately rather than being unconditionally thrown after thecatch.Written by Cursor Bugbot for commit 1670f8f. This will update automatically on new commits. Configure here.
Footnotes
Please use these labels when submitting a review:
⚠️ #issue: Strongly suggest a change.
❓ #ask: Ask a question.
💡 #idea: Suggest an idea.
🎉 #nice: Share a compliment. ↩