mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
fixing things up
This commit is contained in:
committed by
Aiden McClelland
parent
1dbef9d689
commit
c1db00aebb
@@ -8,7 +8,7 @@ import { ApiService, DiskInfo } from './api/api.service'
|
||||
export class StateService {
|
||||
polling = false
|
||||
|
||||
embassyDrive: DiskInfo;
|
||||
storageDrive: DiskInfo;
|
||||
embassyPassword: string
|
||||
recoveryDrive: DiskInfo;
|
||||
recoveryPassword: string
|
||||
@@ -45,7 +45,7 @@ export class StateService {
|
||||
|
||||
async setupEmbassy () : Promise<{ torAddress: string }> {
|
||||
const ret = await this.apiService.setupEmbassy({
|
||||
'embassy-logicalname': this.embassyDrive.logicalname,
|
||||
'embassy-logicalname': this.storageDrive.logicalname,
|
||||
'embassy-password': this.embassyPassword,
|
||||
'recovery-logicalname': this.recoveryDrive?.logicalname,
|
||||
'recovery-password': this.recoveryPassword
|
||||
|
||||
Reference in New Issue
Block a user