From 067d9abc446c91be3116ae7a6e6cac899d1d817a Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:11:28 +0300 Subject: [PATCH] fix: underline trust link --- src/routes/new/+page.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/routes/new/+page.svelte b/src/routes/new/+page.svelte index 7daa289..546461a 100644 --- a/src/routes/new/+page.svelte +++ b/src/routes/new/+page.svelte @@ -8,7 +8,7 @@ import { readLogStream } from "$lib/ts/misc/logStream.js"; type SetupStep = "start" | "inprogress" | "cosign" | "done" | "failed"; - let setupStep = "start" as SetupStep; + let setupStep: SetupStep = "cosign"; let log: Array = []; export let data; @@ -140,8 +140,10 @@ important not to expose the cosign keys to third parties. BlueBuild can set these up automatically for you. The keys will be generated in your browser and transmitted over HTTPS to GitHub. If you do not trust BlueBuild to do this, you - can skip it for now and do it manually instead. Read more about trust...