do not logout on server by default

This commit is contained in:
2023-10-22 15:40:00 +02:00
parent b27ff00c16
commit 4412990dac
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ namespace Pilz.Networking.CloudProviders.Nextcloud
public void Logout()
{
Logout(true);
Logout(false);
}
public void Logout(bool logoutOnServer)