Update ssh_keys.tmpl

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
techknowlogick
2026-03-23 19:41:47 -04:00
committed by GitHub
co-authored by Copilot
parent 770663b23d
commit e4e203df39
+1 -1
View File
@@ -13,7 +13,7 @@
<div class="field">
<label>{{ctx.Locale.Tr "settings.mirror_ssh_current_key"}}</label>
<div class="ui action input">
<input id="ssh-public-key-content" class="js-ssh-key-content" value="{{.SSHKeypair.PublicKeyWithComment}}" readonly>
<input id="ssh-public-key-content" class="js-ssh-key-content" value="{{.SSHKeypair.PublicKey}}" readonly>
<button class="ui compact button" data-clipboard-target="#ssh-public-key-content" data-tooltip-content="{{ctx.Locale.Tr "copy"}}">
{{svg "octicon-copy" 14}}
</button>