@@ -58,7 +58,7 @@ class AuthController extends Controller
Auth::user()->currentAccessToken()->delete();
- return $this->noContent();
+ return $this->noContent()->withCookie('X-Tenant', null);
}
/**