@@ -454,6 +454,15 @@ $auth->logOut();
// or
try {
$auth->logOutEverywhereElse();
}
catch (\Delight\Auth\NotLoggedInException $e) {
// not logged in
$auth->logOutEverywhere();
The note is not visible to the blocked user.