diff --git a/extensions/pi-remote-control/html.ts b/extensions/pi-remote-control/html.ts index 4e624c5..d06280f 100644 --- a/extensions/pi-remote-control/html.ts +++ b/extensions/pi-remote-control/html.ts @@ -5,7 +5,7 @@ * Everything is self-contained — no external dependencies. */ -export function buildHTML(nonce: string): string { +export function buildHTML(nonce: string, token?: string): string { return /* html */ `
@@ -398,6 +398,7 @@ return /* html */ `