Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: owncloud/client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4cbde2f09f8d153db472a7c523dcd096063784ac
Choose a base ref
..
head repository: owncloud/client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ca4ebcacb98ababe6d46b89d647ea33e6a2e4c5
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 src/gui/accountsettings.cpp
3 changes: 0 additions & 3 deletions src/gui/accountsettings.cpp
Original file line number Diff line number Diff line change
@@ -452,9 +452,6 @@ void AccountSettings::slotAccountStateChanged()
const AccountPtr account = _accountState->account();
qCDebug(lcAccountSettings) << "Account state changed to" << state << "for account" << account;

// in 2023 there should never be credentials encoded in the url, but we never know...
const auto safeUrl = account->url().adjusted(QUrl::RemoveUserInfo);

FolderMan *folderMan = FolderMan::instance();
for (auto *folder : folderMan->folders()) {
_model->slotUpdateFolderState(folder);