зеркало из https://github.com/nextcloud/desktop.git
Merge pull request #5493 from nextcloud/bugfix/attempt-sign-in-when-account-added
Attempt sign in when an account state is added in AccountManager
This commit is contained in:
Коммит
bf910f9f60
|
@ -536,6 +536,7 @@ void AccountManager::addAccountState(AccountState *accountState)
|
|||
|
||||
AccountStatePtr ptr(accountState);
|
||||
_accounts << ptr;
|
||||
ptr->trySignIn();
|
||||
emit accountAdded(accountState);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче