Lines 258-263
Link Here
|
258 |
$("#secret32").val(data.secret32); |
258 |
$("#secret32").val(data.secret32); |
259 |
$("#issuer").html(data.issuer); |
259 |
$("#issuer").html(data.issuer); |
260 |
$("#key_id").html(data.key_id); |
260 |
$("#key_id").html(data.key_id); |
|
|
261 |
$("#key_secret").html(data.secret32); |
261 |
$("#registration-form").show(); |
262 |
$("#registration-form").show(); |
262 |
}, |
263 |
}, |
263 |
error: function (data) { |
264 |
error: function (data) { |
264 |
- |
|
|