This commit is contained in:
Matt Hill
2026-01-13 13:13:14 -07:00
committed by Aiden McClelland
parent 42ef2bdf7e
commit 075ed97c96

View File

@@ -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()