Skip to content

Commit

Permalink
Merge pull request #6674 from nextcloud/backport/6670/stable-3.13
Browse files Browse the repository at this point in the history
[stable-3.13] Use davUser instead of direct credentials user in file provider
  • Loading branch information
claucambra authored Apr 23, 2024
2 parents f74c0af + c020059 commit 907eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/fileprovidersocketcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 907eda4

Please sign in to comment.