Added code comment.

This commit is contained in:
Jeremy Zimmerman 2024-10-30 10:49:30 -04:00
parent a201035b45
commit 81f25bafc8

View file

@ -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);
}
},