Skip to content

Commit

Permalink
Merge pull request #6006 from nextcloud/bugfix/fp-accountstate-warning
Browse files Browse the repository at this point in the history
FileProvider: Add missing AccountState State case for notifying account state to extension
  • Loading branch information
mgallien authored Sep 16, 2023
2 parents 3c1ed01 + 6ef73e2 commit a0365b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/macOS/fileprovidersocketcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void FileProviderSocketController::slotAccountStateChanged(const AccountState::S
break;
case AccountState::SignedOut:
case AccountState::AskingCredentials:
case AccountState::RedirectDetected:
// Notify File Provider that it should show the not authenticated message
sendNotAuthenticated();
break;
Expand Down

0 comments on commit a0365b3

Please sign in to comment.