refactor: use console.error for error logging in Plaid integration

This commit is contained in:
Abdeali Chharchhoda
2026-01-24 11:34:34 +05:30
parent 8a1b8259bd
commit 9322095786

View File

@@ -113,7 +113,7 @@ erpnext.integrations.refreshPlaidLink = class refreshPlaidLink {
"There was an issue connecting to Plaid's authentication server. Check browser console for more information" "There was an issue connecting to Plaid's authentication server. Check browser console for more information"
) )
); );
console.log(error); console.error(error);
} }
plaid_success(token, response) { plaid_success(token, response) {