Skip to content

Commit

Permalink
fixed #1110 - Fix switch for insecure ssh algorithms option (#1111)
Browse files Browse the repository at this point in the history
Fixed #1110
  • Loading branch information
hashfunc authored Nov 2, 2024
1 parent f1d565b commit 846e6d1
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 846e6d1

Please sign in to comment.