diff --git a/webapp/components/Registration/RegistrationItemCreateUserAccount.vue b/webapp/components/Registration/RegistrationItemCreateUserAccount.vue
index 420a783f3..e7e7f8384 100644
--- a/webapp/components/Registration/RegistrationItemCreateUserAccount.vue
+++ b/webapp/components/Registration/RegistrationItemCreateUserAccount.vue
@@ -68,7 +68,13 @@
autocomplete="off"
:label="$t('settings.security.change-password.label-new-password-confirm')"
/>
-
+
+
+
+
+ Your e-mail address:
+ {{ this.sliderData.collectedInputData.email }}
+
diff --git a/webapp/components/Registration/RegistrationItemEnterEmail.vue b/webapp/components/Registration/RegistrationItemEnterEmail.vue
index fb4fc4f7e..247216a2e 100644
--- a/webapp/components/Registration/RegistrationItemEnterEmail.vue
+++ b/webapp/components/Registration/RegistrationItemEnterEmail.vue
@@ -69,6 +69,8 @@