Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
change private key override to password type
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Feb 18, 2024
1 parent 4a98198 commit dd7ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<input type="number" name="strengthToUSD" placeholder="1.0 Strength -> USD" />
<Dropdown placeholder="Algorithm" class="w-full" contents={['rsi']} />
{#if $user.admin}
<input type="text" name="privateKey" placeholder="Private Key Override" />
<input type="password" name="privateKey" placeholder="Private Key Override" />
{/if}
<div class="flex w-full gap-2">
<button
Expand Down

0 comments on commit dd7ad5f

Please sign in to comment.