From dd7ad5fcc2d289cd0f948f9841cf978e44b51250 Mon Sep 17 00:00:00 2001 From: CelestialCrafter Date: Sat, 17 Feb 2024 18:12:39 -0600 Subject: [PATCH] change private key override to password type --- src/routes/dashboard/Sidebar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/dashboard/Sidebar.svelte b/src/routes/dashboard/Sidebar.svelte index c7057bb..548433f 100644 --- a/src/routes/dashboard/Sidebar.svelte +++ b/src/routes/dashboard/Sidebar.svelte @@ -35,7 +35,7 @@ {#if $user.admin} - + {/if}