diff --git a/lib/Controller/SigningController.php b/lib/Controller/SigningController.php index 33055b3b..e710cd3a 100644 --- a/lib/Controller/SigningController.php +++ b/lib/Controller/SigningController.php @@ -100,24 +100,6 @@ public function signTerms(int $termId): DataResponse { } - /** - * As a guest sign the terms - * - * @param int $termId The terms the user signed - * @return DataResponse, array{}> - * - * 200: Signed successfully - */ - #[PublicPage] - #[UseSession] - public function signTermsPublic(int $termId): DataResponse { - $uuid = $this->config->getAppValue(Application::APPNAME, 'term_uuid', ''); - $this->session->set('term_uuid', $uuid); - - return new DataResponse(); - } - - /** * Reset the signatories of all accounts *