Added warning that token would disappear

This commit is contained in:
BackwardsUser 2025-03-25 01:30:43 -04:00
parent 0e4be42651
commit 4ddfdcc21a

View File

@ -29,8 +29,9 @@
@if (session('token'))
<p class="m-0 mt-2 p-0">Token:</p>
<p id="token" style="width: max-content; cursor: pointer;"
class="text-primary text-decoration-underline m-0 mb-2 p-0"
class="text-primary text-decoration-underline m-0 p-0"
onclick="copyToken({{ session('token') }})">{{ session('token') }}</p>
<p class="m-0 mb-2 p-0"><span class="fw-bold">Save this</span>, you will not be able to get it again.</p>
@endif
</form>
<form action="/inventory/add" method="post"