Adding button, to link back to the login page from the error page.

This commit is contained in:
elweyn 2022-01-17 16:13:43 +01:00
parent 1f3ea858d6
commit 749244a9f8

View File

@ -45,6 +45,8 @@ const textFields = {
login: {
headline: 'site.thx.errorTitle',
subtitle: 'site.thx.activateEmail',
button: 'login',
linkTo: '/login',
},
}