From 749244a9f86c6e2e88e249277064e2c65d8d24e0 Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 17 Jan 2022 16:13:43 +0100 Subject: [PATCH] Adding button, to link back to the login page from the error page. --- frontend/src/views/Pages/thx.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/Pages/thx.vue b/frontend/src/views/Pages/thx.vue index 5884cc61c..109f03573 100644 --- a/frontend/src/views/Pages/thx.vue +++ b/frontend/src/views/Pages/thx.vue @@ -45,6 +45,8 @@ const textFields = { login: { headline: 'site.thx.errorTitle', subtitle: 'site.thx.activateEmail', + button: 'login', + linkTo: '/login', }, }