fix to navigation scenario names
This commit is contained in:
parent
13ba1e4d9c
commit
0c7ebd4995
1 changed files with 2 additions and 2 deletions
|
|
@ -356,10 +356,10 @@ export default {
|
|||
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_SAFELITE,
|
||||
this.$route);
|
||||
} else if (store.issConfig.enableTPAFlow) {
|
||||
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_THIRD_PARTY,
|
||||
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_TPA_DISABLED,
|
||||
this.$route);
|
||||
} else {
|
||||
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
||||
this.$router.navigate(navigationScenarios.CLICKED_FORWARD_WITH_TPA_DISABLED,
|
||||
this.$route);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue