From 594efb0d43f7bf40105ebc59874bf566715c0811 Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Tue, 7 Mar 2023 13:43:55 +0100 Subject: [PATCH] fix(www): middle click on agreement links --- www/webapp/src/views/SignUp.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 = "";