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:
parent
55ac11f55e
commit
3cb77a590b
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue