Batch Changes Credential Check
Created by: Piszmog
Closes #18346 (closed).
Added a button on the Batch Changes settings page called Check
that checks if the configured credential is still valid for the code host.
When the button is clicked, the button calls a new GraphQL Query (checkBatchChangesCredential
), to validate the credentials Authenticator
.
If the credential is valid or invalid, an alert is displayed for the code host communicating the result.
Test plan
Verified with Go Unit Tests and manual testing. Created new Storybooks.