-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure auth device token is saved to a file so it persists upgrades and reinstalls #3640
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -189,3 +192,26 @@ function getCookie(cname: string): string | null { | |||
} | |||
return null | |||
} | |||
|
|||
async function getAndSyncStoredToken(context: UserContext): Promise<string> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for rewriting this ternary logic. Flow is easier to read
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chatted through workflows with Jess. This is good to go.
Resolves #3639
Screen.Recording.2024-08-26.at.4.18.00.PM.mp4
Screenshare.-.2024-08-26.4_32_45.PM.mp4