fix string

This commit is contained in:
spencerrlongg 2023-11-16 11:31:00 -06:00
parent c3e02286d3
commit 17bf8d0124

View file

@ -164,9 +164,7 @@
You may now use this token to make API requests. You may now use this token to make API requests.
</p> </p>
<pre><code> <pre><code>{{ $newTokenString }}</code></pre>
{{ e($newTokenString) }}
</code></pre>
</div> </div>
<!-- Modal Actions --> <!-- Modal Actions -->
@ -177,7 +175,7 @@
</div> </div>
</div> </div>
<script> <script>
window.addEventListener('tokenCreated', function() { window.addEventListener('tokenCreated', token => {
$('#modal-create-token').modal('hide'); $('#modal-create-token').modal('hide');
$('#modal-access-token').modal('show'); $('#modal-access-token').modal('show');
}) })