diff --git a/frontend/src/modules/auth/pages/terms-and-privacy.vue b/frontend/src/modules/auth/pages/terms-and-privacy.vue index 09be458a6e..cb49789ef4 100644 --- a/frontend/src/modules/auth/pages/terms-and-privacy.vue +++ b/frontend/src/modules/auth/pages/terms-and-privacy.vue @@ -4,44 +4,34 @@ Terms of service & privacy policy
- - - - I hereby accept the terms of service - and privacy policy. - - -
- - You have to accept terms of service and privacy policy before continuing -
+ + I hereby accept the terms of service + and privacy policy. + + +
+ + You have to accept terms of service and privacy policy before continuing +
- - - Continue - - -
+ + Continue +
@@ -85,7 +75,7 @@ export default { }) .finally(() => { this.loading = false; - }) + }); } else { this.acceptTerms = true; }