Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
break;
case AccountState::SignedOut:
case AccountState::AskingCredentials:
+ case AccountState::NeedToSignTermsOfService:
{
// Disconnect File Provider domain while unauthenticated
const auto trReason = tr("This account is not authenticated. Please check your account state in the %1 application.").arg(APPLICATION_NAME);
case AccountState::SignedOut:
case AccountState::AskingCredentials:
case AccountState::RedirectDetected:
+ case AccountState::NeedToSignTermsOfService:
// Notify File Provider that it should show the not authenticated message
sendNotAuthenticated();
break;
case AccountState::SignedOut:
case AccountState::AskingCredentials:
case AccountState::RedirectDetected:
+ case AccountState::NeedToSignTermsOfService:
// Notify File Provider that it should show the not authenticated message
unauthenticateExtension(extensionAccountId);
break;