Removing TPA flow route

This commit is contained in:
Michaela Brydon 2024-02-11 22:25:47 -05:00
parent 043494072e
commit 5a49f43013

View file

@ -385,13 +385,6 @@ export default {
{},
{ [routerParams.SAVE_SESSION_SYNCHRONOUS]: true }
);
} else if (useMainStore().issConfig.enableTPAFlow) {
this.$router.navigate(
navigationScenarios.CLICKED_FORWARD_WITH_TPA_ENABLED,
this.$route,
{},
{ [routerParams.SAVE_SESSION_SYNCHRONOUS]: true }
);
} else {
this.mainStore.setBailout(this.$router.currentRoute, bailoutMessage.TPANotEnabled());
this.$router.navigate(