Skip to content

Commit

Permalink
fix: use typo3 prefix in store action (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Feb 4, 2022
1 parent 3fb6bed commit 90fe863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/T3CeFeloginLogin/T3CeFeloginLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
if (status === 'success') {
try {
await this.$store.dispatch('getInitialData', { path: redirectUrl === '/' ? '' : redirectUrl || this.$route.path })
await this.$store.dispatch('typo3/getInitialData', { path: redirectUrl === '/' ? '' : redirectUrl || this.$route.path })
} finally {
this.onSuccess(response, this.loginType)
}
Expand Down

0 comments on commit 90fe863

Please sign in to comment.