mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
lan address added
This commit is contained in:
committed by
Aiden McClelland
parent
55bf7c71da
commit
cc2e937216
@@ -91,7 +91,7 @@ export class EmbassyPage {
|
||||
this.stateService.embassyPassword = ret.data.password
|
||||
|
||||
try {
|
||||
this.stateService.torAddress = (await this.stateService.setupEmbassy()).torAddress
|
||||
await this.stateService.setupEmbassy()
|
||||
} catch (e) {
|
||||
this.errorToastService.present(`${e.message}: ${e.details}`)
|
||||
console.error(e.message)
|
||||
|
||||
Reference in New Issue
Block a user