diff --git a/backend/src/schema/resolvers/users/termsAndConditions.spec.js b/backend/src/schema/resolvers/users/termsAndConditions.spec.js
index 9b30f0ac8..95b078677 100644
--- a/backend/src/schema/resolvers/users/termsAndConditions.spec.js
+++ b/backend/src/schema/resolvers/users/termsAndConditions.spec.js
@@ -14,6 +14,9 @@ describe('SignupVerification', () => {
})
describe('UpdateUser', () => {
+ describe('given terms and conditions are not updated', () => {
+ it.todo('does not update `termsAndConditionsAgreedAt`')
+ })
describe('given a new agreed version of terms and conditions', () => {
it.todo('updates `termsAndConditionsAgreedAt`')
it.todo('updates `termsAndConditionsAgreedVersion`')
diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue
index b0e6bb7b7..f2f6bf7f4 100644
--- a/webapp/components/Registration/CreateUserAccount.vue
+++ b/webapp/components/Registration/CreateUserAccount.vue
@@ -55,7 +55,10 @@
v-model="termsAndConditionsConfirmed"
:checked="termsAndConditionsConfirmed"
/>
-
+