Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0130fe4f35
commit
06371e0043
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export default {
|
||||||
return { isAuthorized: false };
|
return { isAuthorized: false };
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the client tag on thes store here so we can use it for logging if need be.
|
// Set the client tag on the store here so we can use it for logging if need be.
|
||||||
this.mainStore.issConfig.clientTag = clientTag;
|
this.mainStore.issConfig.clientTag = clientTag;
|
||||||
|
|
||||||
const resp = await validateISSClientTag(clientTag);
|
const resp = await validateISSClientTag(clientTag);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue