diff --git a/src/helpers/clientauth-helper.js b/src/helpers/clientauth-helper.js index 17c77458..6b0a7051 100644 --- a/src/helpers/clientauth-helper.js +++ b/src/helpers/clientauth-helper.js @@ -2,7 +2,6 @@ import { useMainStore } from '@/store'; export function validateISSClientTag(clientTag) { const store = useMainStore() - const clientName = store.issConfig.clientName; return store.validateClientTag(clientTag) .then(