mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Avoid infinite loop if authcheck fails
This commit is contained in:
parent
8ed0b1be55
commit
b87b0e16e6
1 changed files with 0 additions and 2 deletions
|
@ -373,8 +373,6 @@ void Application::slotAuthCheck( const QString& ,QNetworkReply *reply )
|
|||
_actionAddFolder->setEnabled( true );
|
||||
_actionOpenStatus->setEnabled( true );
|
||||
setupContextMenu();
|
||||
} else {
|
||||
slotFetchCredentials();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue