From: Claudio Cambra Date: Tue, 23 Apr 2024 14:24:20 +0000 (+0800) Subject: Use davUser instead of direct credentials user in file provider X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~41^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c02005956c0fefb534fceea224b05fb54963a54d;p=nextcloud-desktop.git Use davUser instead of direct credentials user in file provider Signed-off-by: Claudio Cambra --- diff --git a/src/gui/macOS/fileprovidersocketcontroller.cpp b/src/gui/macOS/fileprovidersocketcontroller.cpp index 032ac2227..42a66b465 100644 --- a/src/gui/macOS/fileprovidersocketcontroller.cpp +++ b/src/gui/macOS/fileprovidersocketcontroller.cpp @@ -200,7 +200,7 @@ void FileProviderSocketController::sendAccountDetails() const const auto credentials = account->credentials(); Q_ASSERT(credentials); - const auto accountUser = credentials->user(); + const auto accountUser = account->davUser(); const auto accountUrl = account->url().toString(); const auto accountPassword = credentials->password();