diff --git a/www/webapp/src/views/SignUp.vue b/www/webapp/src/views/SignUp.vue index fe6911bed..11814987f 100644 --- a/www/webapp/src/views/SignUp.vue +++ b/www/webapp/src/views/SignUp.vue @@ -148,8 +148,8 @@ > @@ -236,10 +236,6 @@ this.domainType = this.$route.query.domainType || 'custom'; }, methods: { - async open_route(route) { - window.open(this.$router.resolve({name: route}).href); - this.terms = !this.terms; // silly but easy fix for "accidentally" checking the box by clicking the link - }, async getCaptcha(focus = false) { this.captchaWorking = true; this.captchaSolution = "";