solid-nextcloud icon indicating copy to clipboard operation
solid-nextcloud copied to clipboard

Fix ServerController::logout() method

Open Potherca opened this issue 1 month ago • 0 comments

The UserService was passed to the class, and called in the logout method, but the UserService object was not set in the constructor.

This MR fixes that.

Potherca avatar Dec 08 '25 21:12 Potherca