From 25cc9be36d30d86a77aea4e6b06bf2a8509d5d1a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 4 Jul 2023 12:03:59 +0200 Subject: [PATCH] Bug 34028: Show the secret when registering from the auth screen Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3cb77a590bb884e2e6151ec2d24333e828c8ddb9) Signed-off-by: Fridolin Somers (cherry picked from commit 7651c42b6d1b6943a5cb8e368f863ccf6af3f38f) Signed-off-by: Pedro Amorim --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 23b70b29b4..e87cb438c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -258,6 +258,7 @@ $("#secret32").val(data.secret32); $("#issuer").html(data.issuer); $("#key_id").html(data.key_id); + $("#key_secret").html(data.secret32); $("#registration-form").show(); }, error: function (data) { -- 2.20.1