Skip to content

Commit

Permalink
fixed warp-tech#1110 - Fix switch for insecure ssh algorithms option
Browse files Browse the repository at this point in the history
  • Loading branch information
hashfunc committed Nov 2, 2024
1 parent f1d565b commit 97d4a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warpgate-web/src/admin/Target.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async function toggleRole (role: Role) {
class="mb-0 me-2"
type="switch"
label="Allow insecure SSH algorithms (e.g. for older networks devices)"
checked={target.options.allowInsecureAlgos} />
bind:checked={target.options.allowInsecureAlgos} />
</div>

{/if}
Expand Down

0 comments on commit 97d4a51

Please sign in to comment.