diff --git a/web/projects/setup-wizard/src/app/pages/success.page.ts b/web/projects/setup-wizard/src/app/pages/success.page.ts index 43c638911..80df25333 100644 --- a/web/projects/setup-wizard/src/app/pages/success.page.ts +++ b/web/projects/setup-wizard/src/app/pages/success.page.ts @@ -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()