From 0272edc266752a0afa8a416732b8ac833440eb0d Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 17 Sep 2024 10:36:37 +0200 Subject: [PATCH] feat(profile): Make the password selectable on click --- src/shared/templates/account/profile.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/shared/templates/account/profile.html b/src/shared/templates/account/profile.html index 4627f5b..997e977 100644 --- a/src/shared/templates/account/profile.html +++ b/src/shared/templates/account/profile.html @@ -11,7 +11,13 @@ {% if user.kanidm.radius_secret %}

Mot de passe WiFi :

- {{ user.kanidm.radius_secret }} +
{% endif %}