Skip to content

Commit

Permalink
Attempt sign in when an account state is added in AccountManager
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed May 8, 2023
1 parent a7eefe8 commit 4da074e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/accountmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ void AccountManager::addAccountState(AccountState *accountState)

AccountStatePtr ptr(accountState);
_accounts << ptr;
ptr->trySignIn();
emit accountAdded(accountState);
}
}

0 comments on commit 4da074e

Please sign in to comment.