删除 吊销按钮与缩短时间

This commit is contained in:
iVampireSP.com 2022-12-18 11:26:37 +08:00
parent 89634f0746
commit 47a5428d2a
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -10,14 +10,6 @@
<h3>带你去目标站点...</h3>
<form action="{{ route('deleteAll') }}" method="post" class="mt-5">
@csrf
@method('delete')
<p>如果您反悔了,您还可以吊销全部 Token。</p>
<button class="btn btn-danger" type="submit">吊销全部 Token</button>
</form>
@php
session()->forget('callback');
@endphp
@ -25,7 +17,7 @@
<script>
setTimeout(function () {
window.location.href = "{{ $callback . '?token=' . session('token')}}";
}, 3000);
}, 1000);
</script>
@else