Removed console log line.

This commit is contained in:
Jeremy-Z 2026-06-08 11:10:57 -04:00
parent 27cc78ede5
commit bd2dc84e6b

View file

@ -131,7 +131,6 @@ export default {
let clientData = null;
const decryptedParams = {};
const encryptedParametersPattern = this.mainStore.issConfig.encryptedParametersPattern;
console.log("Encrypted Parameters Pattern from config: ", encryptedParametersPattern);
if (resp.active && resp.accountName.length > 0) {
if (resp.authentication.startsWith('RSAToken')) {