diff options
-rw-r--r-- | core/lostpassword/controller/lostcontroller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php index 07394102528..2055e0a6eba 100644 --- a/core/lostpassword/controller/lostcontroller.php +++ b/core/lostpassword/controller/lostcontroller.php @@ -11,6 +11,7 @@ namespace OC\Core\LostPassword\Controller; use \OCP\AppFramework\Controller; use \OCP\AppFramework\Http\JSONResponse; use \OCP\AppFramework\Http\TemplateResponse; +use \OC\Core\LostPassword\EncryptedDataException; class LostController extends Controller { |