Skip to content

Commit

Permalink
fix: unused logic
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jan 17, 2025
1 parent 330807f commit 00beebc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/Controller/SigningController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<Http::STATUS_OK, array<empty>, 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
*
Expand Down

0 comments on commit 00beebc

Please sign in to comment.