diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/lostpassword/controller/lostcontroller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php index a1a683baa70..eff7a1f5728 100644 --- a/core/lostpassword/controller/lostcontroller.php +++ b/core/lostpassword/controller/lostcontroller.php @@ -15,7 +15,6 @@ use \OCP\IRequest; use \OCP\IL10N; use \OCP\IConfig; use OCP\IUserManager; -use \OC\Core\LostPassword\EncryptedDataException; use OCP\Security\ISecureRandom; use \OC_Defaults; use OCP\Security\StringUtils; |