Skip to content

Commit

Permalink
[FileProvider] Add missing AccountState State case for notifying acco…
Browse files Browse the repository at this point in the history
…unt state to extension

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra authored and mgallien committed Sep 16, 2023
1 parent 3c1ed01 commit 6ef73e2
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 6ef73e2

Please sign in to comment.