diff options
Diffstat (limited to 'apps/files_sharing/lib/Controller/ShareController.php')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareController.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 5c72bbd8c7b..cb54c0b28f1 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -172,23 +172,6 @@ class ShareController extends AuthPublicShareController { } /** - * @PublicPage - * @NoCSRFRequired - * - * @return TemplateResponse - */ - public function showAuthenticate(): TemplateResponse { - return new TemplateResponse($this->appName, 'authenticate', array(), 'guest'); - } - - /** - * @return TemplateResponse - */ - public function showAuthFailed(): TemplateResponse { - return new TemplateResponse($this->appName, 'authenticate', array('wrongpw' => true), 'guest'); - } - - /** * Authenticate a link item with the given password. * Or use the session if no password is provided. * |