diff --git a/src/Auth.php b/src/Auth.php index 431dd6c..5c8ba2f 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -578,16 +578,6 @@ final class Auth extends UserManager { parent::onLoginSuccessful($userId, $email, $username, $status, $roles, $forceLogout, $remembered); } - /** - * Logs the user out and destroys all session data - * - * @throws AuthError if an internal problem occurred (do *not* catch) - */ - public function logOutAndDestroySession() { - $this->logOut(); - $this->destroySession(); - } - /** * Deletes the session cookie on the client *