Skip to content
Snippets Groups Projects
Verified Commit d8218035 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

show introspect tab on token update

parent 68096d51
No related branches found
No related tags found
No related merge requests found
......@@ -126,8 +126,9 @@ async function update_tokeninfo() {
$tokeninfoBadgeIat.showB();
}
fillTokenInfo(payload);
$('#introspect-tab').tab('show');
}
$tokenInput.on('change', update_tokeninfo);
$('#info-reload').on('click', update_tokeninfo)
$('#info-tab').on('shown.bs.tab', update_tokeninfo)
$('#info-reload').on('click', update_tokeninfo);
$('#info-tab').on('shown.bs.tab', update_tokeninfo);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment