diff --git a/src/Auth.php b/src/Auth.php index ed33c9a..8bdd4cc 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -1168,17 +1168,17 @@ final class Auth extends UserManager { \time() ] ); - - if (!empty($requests)) { - return $requests; - } - else { - return 0; - } } catch (Error $e) { throw new DatabaseError($e->getMessage()); } + + if (!empty($requests)) { + return $requests; + } + else { + return 0; + } } /**