mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
use http
This commit is contained in:
committed by
Aiden McClelland
parent
42ef2bdf7e
commit
075ed97c96
@@ -244,7 +244,7 @@ export default class SuccessPage implements AfterViewInit {
|
||||
this.result = await this.api.complete()
|
||||
|
||||
if (!this.stateService.kiosk) {
|
||||
this.lanAddress = `https://${this.result.hostname}.local`
|
||||
this.lanAddress = `http://${this.result.hostname}.local`
|
||||
|
||||
if (!this.result.needsRestart) {
|
||||
await this.api.exit()
|
||||
|
||||
Reference in New Issue
Block a user