Skip to content

Conversation

vhashimotoo
Copy link
Contributor

Fixes #407

This PR adds support to change the GitHub token without especially sign out from the previous one. The previous token is also not be removed until the new one is confirmed as valid.

image

@vhashimotoo vhashimotoo requested review from codebytere and a team as code owners July 24, 2025 07:15
@@ -186,6 +188,22 @@ describe('TokenDialog component', () => {
expect(store.gitHubToken).toEqual(null);
});

it('handles the invalid token update', async () => {
Copy link
Member

Choose a reason for hiding this comment

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

We should also check that a valid token update works as expected!

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.

Allow to change token without signout
2 participants