Bug 34028: Show the secret when registering from the auth screen

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-07-04 12:03:59 +02:00 committed by Tomas Cohen Arazi
parent 55ac11f55e
commit 3cb77a590b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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) {