diff --git a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html index f62346fb6..2baa8595d 100644 --- a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html +++ b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html @@ -21,13 +21,15 @@
| {% trans "IP Address" %} | {{ next_ip }} |
| {% trans "Endpoint" %} | {{ endpoint }} |
| {% trans "Public Key" %} | {{ client_pubkey }} |
| {% trans "Public Key" %} | +{{ client_pubkey }} |
| {% trans "Private Key" %} |
- {% trans "Click to reveal" %}+
+
- {% trans "Click to reveal" %}{{ client_privkey }} - |