fix: agent falsely reports UHK detected (#922)

close #915
This commit is contained in:
Róbert Kiss
2019-02-24 19:48:36 +01:00
committed by László Monda
parent 7a2c8cb2e4
commit 3a1451a6a9

View File

@@ -70,10 +70,6 @@ export class DeviceEffects {
return this.router.navigate(['/recovery-device']);
}
if (!state.zeroInterfaceAvailable) {
return this.router.navigate(['/privilege']);
}
if (state.connected && state.zeroInterfaceAvailable) {
return this.router.navigate(['/']);
}