remove unneeded routing

This commit is contained in:
Katie Kroell 2024-01-24 14:46:08 -05:00
parent e4ab35b405
commit 9262b61b81

View file

@ -659,10 +659,6 @@ const routingTable = () => [
{
scenario: navigationScenarios.CLICKED_FORWARD,
destinationIssPageValue: issPageValues.WELCOME_PAGE
},
{
scenario: navigationScenarios.REQUEST_CALLBACK,
destinationIssPageValue: issPageValues.BAILOUT_PAGE
}
]
},