mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
fix string
This commit is contained in:
parent
c3e02286d3
commit
17bf8d0124
|
@ -164,9 +164,7 @@
|
|||
You may now use this token to make API requests.
|
||||
</p>
|
||||
|
||||
<pre><code>
|
||||
{{ e($newTokenString) }}
|
||||
</code></pre>
|
||||
<pre><code>{{ $newTokenString }}</code></pre>
|
||||
</div>
|
||||
|
||||
<!-- Modal Actions -->
|
||||
|
@ -177,7 +175,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<script>
|
||||
window.addEventListener('tokenCreated', function() {
|
||||
window.addEventListener('tokenCreated', token => {
|
||||
$('#modal-create-token').modal('hide');
|
||||
$('#modal-access-token').modal('show');
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue