Removing TPA flow route
This commit is contained in:
parent
043494072e
commit
5a49f43013
1 changed files with 0 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue