diff --git a/screenshots/24-authenticate-known-anchor-desktop.png b/screenshots/24-authenticate-known-anchor-desktop.png index 59096fecc8..4c53f0bcd0 100644 Binary files a/screenshots/24-authenticate-known-anchor-desktop.png and b/screenshots/24-authenticate-known-anchor-desktop.png differ diff --git a/screenshots/24-authenticate-known-anchor-mobile.png b/screenshots/24-authenticate-known-anchor-mobile.png index 744a790b0a..ad53bdeeaa 100644 Binary files a/screenshots/24-authenticate-known-anchor-mobile.png and b/screenshots/24-authenticate-known-anchor-mobile.png differ diff --git a/screenshots/25-authenticate-unknown-anchor-desktop.png b/screenshots/25-authenticate-unknown-anchor-desktop.png index 7069c93274..77ef9d648a 100644 Binary files a/screenshots/25-authenticate-unknown-anchor-desktop.png and b/screenshots/25-authenticate-unknown-anchor-desktop.png differ diff --git a/screenshots/25-authenticate-unknown-anchor-mobile.png b/screenshots/25-authenticate-unknown-anchor-mobile.png index 000139ebd6..a8e21b14b4 100644 Binary files a/screenshots/25-authenticate-unknown-anchor-mobile.png and b/screenshots/25-authenticate-unknown-anchor-mobile.png differ diff --git a/src/frontend/src/flows/authenticate/index.ts b/src/frontend/src/flows/authenticate/index.ts index 8295a87ca9..13fb5aa316 100644 --- a/src/frontend/src/flows/authenticate/index.ts +++ b/src/frontend/src/flows/authenticate/index.ts @@ -1,5 +1,5 @@ import { html, render } from "lit-html"; -import { editIcon } from "../../components/icons"; +import { editIcon, icLogo } from "../../components/icons"; import { navbar } from "../../components/navbar"; import { footer } from "../../components/footer"; import { @@ -74,7 +74,7 @@ const pageContent = (hostName: string, userNumber?: bigint) => html`
+ ${icLogo}

Authorize Authentication

Application URL

${hostName}