Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
div360 committed Oct 3, 2024
1 parent bb87f17 commit 4f5cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/integrations/xero/xero.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class XeroComponent implements OnInit {
private handleAuthParameters(): void {
this.route.queryParams.subscribe(params => {
const loginRequired = params.login_required === 'true';
const authCode = params.authCode;
const authCode = params.code;

if (loginRequired && authCode) {
this.xeroAuthService.login(authCode).subscribe(
Expand Down

0 comments on commit 4f5cf81

Please sign in to comment.