CASH-845 restore handle-heritage-return completely
This commit is contained in:
parent
76d67981f6
commit
13b8e7f737
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ export async function handleHeritageReturn(to, from) {
|
|||
await consumeReferralQuerystrings();
|
||||
|
||||
// load session with new cookie
|
||||
await loadSessionIfPresent(true, routeData.SCHEDULE.name);
|
||||
await loadSessionIfPresent(true, routeData.SERVICE_LOCATION.name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue