From 06371e0043d465f03eba24c53f26bead08f945fd Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Tue, 26 May 2026 12:16:25 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/layouts/entry-page/entry-page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/entry-page/entry-page.vue b/src/layouts/entry-page/entry-page.vue index 7347e051..a87f81c8 100644 --- a/src/layouts/entry-page/entry-page.vue +++ b/src/layouts/entry-page/entry-page.vue @@ -113,7 +113,7 @@ export default { 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; const resp = await validateISSClientTag(clientTag);