Skip to content

Commit

Permalink
refactor(mon-pix): use session helper in sco student association
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Dec 9, 2024
1 parent 808c9b9 commit fb112a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class AssociateScoStudentForm extends Component {
} else {
this.reconciliationError = error;
this.displayInformationModal = true;
this.session.set('data.expectedUserId', error.meta.userId);
this.session.expectedUserIdFromGar = error.meta.userId;
}
} else if (error.status === '422' && error.code === 'ACCOUNT_SEEMS_TO_BELONGS_TO_ANOTHER_USER') {
this.reconciliationError = error;
Expand Down

0 comments on commit fb112a8

Please sign in to comment.