more fixes

This commit is contained in:
Drew Ansbacher
2021-09-14 23:07:08 -06:00
committed by Aiden McClelland
parent 2f918c198f
commit 5610ab135b
5 changed files with 15 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ export class StateService {
'recovery-logicalname': this.recoveryDrive?.logicalname,
'recovery-password': this.recoveryPassword
})
console.log("return", ret)
return { torAddress: ret['tor-address'] }
}
}