diff --git a/lib/Controller/RegisterController.php b/lib/Controller/RegisterController.php index bf7e9fe..33954bc 100644 --- a/lib/Controller/RegisterController.php +++ b/lib/Controller/RegisterController.php @@ -323,7 +323,7 @@ class RegisterController extends Controller { protected function validateSecretAndTokenErrorPage(): TemplateResponse { return new TemplateResponse('core', 'error', [ 'errors' => [ - $this->l10n->t('The verification failed.'), + ['error' => $this->l10n->t('The verification failed.')], ], ], 'error'); }