mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #6670 from nextcloud/bugfix/dav-user-fileprovider
Use davUser instead of direct credentials user in file provider
This commit is contained in:
commit
03fe6494e4
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user