Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
div360 committed Oct 3, 2024
1 parent c56105f commit 53eb175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/integrations/intacct/intacct.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class IntacctComponent implements OnInit {

private handleAuthParameters(): void {
this.route.queryParams.subscribe(params => {
const authCode = params.authCode;
const authCode = params.code;
// eslint-disable-next-line
console.log(params);
if ( authCode) {
Expand Down

0 comments on commit 53eb175

Please sign in to comment.