Skip to content

Commit

Permalink
Handle redirect detected for account state in domain manager
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Nov 20, 2024
1 parent 69bcc32 commit 19b1a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/macOS/fileproviderdomainmanager_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ QStringList configuredDomainIds() const
break;
case AccountState::SignedOut:
case AccountState::AskingCredentials:
case AccountState::RedirectDetected:
case AccountState::NeedToSignTermsOfService:
{
// Disconnect File Provider domain while unauthenticated
Expand Down

0 comments on commit 19b1a43

Please sign in to comment.