diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index 29b1f7dfb..6655cfa7d 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -161,12 +161,12 @@ import InputEmail from '../../components/Inputs/InputEmail.vue' import InputPasswordConfirmation from '../../components/Inputs/InputPasswordConfirmation.vue' import LanguageSwitchSelect from '../../components/LanguageSwitchSelect.vue' import { registerUser } from '../../graphql/mutations' -import { getCommunityInfo } from '../../mixin/getCommunityInfo' +import { getCommunityInfoMixin } from '../../mixin/getCommunityInfo' export default { components: { InputPasswordConfirmation, InputEmail, LanguageSwitchSelect }, name: 'register', - mixins: [getCommunityInfo], + mixins: [getCommunityInfoMixin], data() { return { form: { diff --git a/frontend/src/views/Pages/RegisterCommunity.vue b/frontend/src/views/Pages/RegisterCommunity.vue index 4b4dff84c..19a90ca5f 100644 --- a/frontend/src/views/Pages/RegisterCommunity.vue +++ b/frontend/src/views/Pages/RegisterCommunity.vue @@ -49,15 +49,11 @@ diff --git a/frontend/src/views/Pages/RegisterSelectCommunity.vue b/frontend/src/views/Pages/RegisterSelectCommunity.vue index 0d3c25220..0a4b72462 100644 --- a/frontend/src/views/Pages/RegisterSelectCommunity.vue +++ b/frontend/src/views/Pages/RegisterSelectCommunity.vue @@ -49,6 +49,7 @@