diff --git a/README.md b/README.md index 05684d9..468d992 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,9 @@ catch (\Delight\Auth\InvalidEmailException $e) { catch (\Delight\Auth\EmailNotVerifiedException $e) { // email not verified } +catch (\Delight\Auth\ResetDisabledException $e) { + // password reset is disabled +} catch (\Delight\Auth\TooManyRequestsException $e) { // too many requests } @@ -269,6 +272,9 @@ catch (\Delight\Auth\InvalidSelectorTokenPairException $e) { catch (\Delight\Auth\TokenExpiredException $e) { // token expired } +catch (\Delight\Auth\ResetDisabledException $e) { + // password reset is disabled +} catch (\Delight\Auth\InvalidPasswordException $e) { // invalid password }