diff --git a/src/layouts/entry-page/entry-page.vue b/src/layouts/entry-page/entry-page.vue index c1e48c2d..e72c16ff 100644 --- a/src/layouts/entry-page/entry-page.vue +++ b/src/layouts/entry-page/entry-page.vue @@ -82,6 +82,7 @@ export default { window.location = `/?issPage=${issPageValues.WELCOME_PAGE}`; } } else { + // Remove the loading animation if client tag validation fails so users can see the Unauthorized Access message. showIssLoadingModal(false); } },