Removed console log line.
This commit is contained in:
parent
27cc78ede5
commit
bd2dc84e6b
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ export default {
|
||||||
let clientData = null;
|
let clientData = null;
|
||||||
const decryptedParams = {};
|
const decryptedParams = {};
|
||||||
const encryptedParametersPattern = this.mainStore.issConfig.encryptedParametersPattern;
|
const encryptedParametersPattern = this.mainStore.issConfig.encryptedParametersPattern;
|
||||||
console.log("Encrypted Parameters Pattern from config: ", encryptedParametersPattern);
|
|
||||||
|
|
||||||
if (resp.active && resp.accountName.length > 0) {
|
if (resp.active && resp.accountName.length > 0) {
|
||||||
if (resp.authentication.startsWith('RSAToken')) {
|
if (resp.authentication.startsWith('RSAToken')) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue