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:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user