[#1599] send 'node.login' signal when login with keycard (#1600)

This commit is contained in:
Dmitry Novotochinov 2019-09-06 17:23:33 +03:00 committed by GitHub
parent 76d184b4c9
commit d263be10c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ func (b *StatusBackend) StartNodeWithKey(acc multiaccounts.Account, password str
return err
}
err = b.StartNode(conf)
signal.SendLoggedIn(err)
if err != nil {
return err
}