diff --git a/webapp/components/Registration/RegistrationItemCreateUserAccount.vue b/webapp/components/Registration/RegistrationSlideCreate.vue similarity index 99% rename from webapp/components/Registration/RegistrationItemCreateUserAccount.vue rename to webapp/components/Registration/RegistrationSlideCreate.vue index 6ebcf7e63..160bec536 100644 --- a/webapp/components/Registration/RegistrationItemCreateUserAccount.vue +++ b/webapp/components/Registration/RegistrationSlideCreate.vue @@ -136,7 +136,7 @@ import PasswordForm from '~/components/utils/PasswordFormHelper' import { SignupVerificationMutation } from '~/graphql/Registration.js' export default { - name: 'RegistrationItemCreateUserAccount', + name: 'RegistrationSlideCreate', components: { PasswordStrength, SweetalertIcon, diff --git a/webapp/components/Registration/RegistrationItemEnterEmail.vue b/webapp/components/Registration/RegistrationSlideEmail.vue similarity index 99% rename from webapp/components/Registration/RegistrationItemEnterEmail.vue rename to webapp/components/Registration/RegistrationSlideEmail.vue index d2b886fc5..efd803326 100644 --- a/webapp/components/Registration/RegistrationItemEnterEmail.vue +++ b/webapp/components/Registration/RegistrationSlideEmail.vue @@ -83,7 +83,7 @@ export const SignupByInvitationMutation = gql` } ` export default { - name: 'RegistrationItemEnterEmail', + name: 'RegistrationSlideEmail', components: { // Wolle SweetalertIcon, }, diff --git a/webapp/components/Registration/RegistrationItemEnterInvite.vue b/webapp/components/Registration/RegistrationSlideInvite.vue similarity index 99% rename from webapp/components/Registration/RegistrationItemEnterInvite.vue rename to webapp/components/Registration/RegistrationSlideInvite.vue index 036413041..25370fc95 100644 --- a/webapp/components/Registration/RegistrationItemEnterInvite.vue +++ b/webapp/components/Registration/RegistrationSlideInvite.vue @@ -29,7 +29,7 @@ export const isValidInviteCodeQuery = gql` } ` export default { - name: 'RegistrationItemEnterInvite', + name: 'RegistrationSlideInvite', props: { sliderData: { type: Object, required: true }, }, diff --git a/webapp/components/Registration/RegistrationItemEnterNonce.vue b/webapp/components/Registration/RegistrationSlideNonce.vue similarity index 98% rename from webapp/components/Registration/RegistrationItemEnterNonce.vue rename to webapp/components/Registration/RegistrationSlideNonce.vue index 71652b422..5b619641e 100644 --- a/webapp/components/Registration/RegistrationItemEnterNonce.vue +++ b/webapp/components/Registration/RegistrationSlideNonce.vue @@ -28,7 +28,7 @@