mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix missing handleTokenResponse
This commit is contained in:
parent
2e4a4ea0a1
commit
bdc872c56d
@ -89,6 +89,7 @@ void JsonAPI::initialize()
|
||||
|
||||
// setup auth interface
|
||||
connect(this, &API::onPendingTokenRequest, this, &JsonAPI::issueNewPendingTokenRequest);
|
||||
connect(this, &API::onTokenResponse, this, &JsonAPI::handleTokenResponse);
|
||||
|
||||
// listen for killed instances
|
||||
connect(_instanceManager, &HyperionIManager::instanceStateChanged, this, &JsonAPI::handleInstanceStateChange);
|
||||
|
Loading…
x
Reference in New Issue
Block a user