This commit is contained in:
spencerrlongg 2023-11-15 20:45:04 -06:00
parent 19850e8c5a
commit 477bb6165f

View file

@ -173,9 +173,7 @@
</div>
</div>
<script>
// this is so amazingly simple
window.addEventListener('tokenCreated', token => {
console.log(token);
$('#modal-create-token').modal('hide');
$('#modal-access-token').modal('show');
})