diff --git a/webapp/components/Registration/CreateUserAccount.spec.js b/webapp/components/Registration/CreateUserAccount.spec.js
index e3f7503a3..a8d63193f 100644
--- a/webapp/components/Registration/CreateUserAccount.spec.js
+++ b/webapp/components/Registration/CreateUserAccount.spec.js
@@ -56,6 +56,7 @@ describe('CreateUserAccount', () => {
wrapper.find('input#name').setValue('John Doe')
wrapper.find('input#password').setValue('hellopassword')
wrapper.find('input#passwordConfirmation').setValue('hellopassword')
+ wrapper.find('input#checkbox').setChecked()
await wrapper.find('form').trigger('submit')
await wrapper.html()
}
diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue
index 86267594b..e5b1ee38f 100644
--- a/webapp/components/Registration/CreateUserAccount.vue
+++ b/webapp/components/Registration/CreateUserAccount.vue
@@ -1,71 +1,82 @@
-
-
-
-
- {{ $t('registration.create-user-account.success') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ backendErrors.message }}
-
-
-
- {{ $t('actions.save') }}
-
-
-
-
-
+
+
+
+
+
+ {{ $t('registration.create-user-account.success') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ backendErrors.message }}
+
+
+ {{ $t('actions.save') }}
+
+
+
+
+
+