Skip to content

Commit 30b82f6

Browse files
committed
I don't think we need all this for the login page
1 parent 2026a91 commit 30b82f6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.env.testing

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ QUEUE_DRIVER=sync
6060
SESSION_LIFETIME=12000
6161
EXPIRE_ON_CLOSE=false
6262
ENCRYPT=false
63-
COOKIE_NAME=snipeit_session
63+
COOKIE_NAME=snipeittest_session
6464
COOKIE_DOMAIN=null
6565
SECURE_COOKIES=false
6666

.env.testing-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ QUEUE_DRIVER=sync
6060
SESSION_LIFETIME=12000
6161
EXPIRE_ON_CLOSE=false
6262
ENCRYPT=false
63-
COOKIE_NAME=snipeit_session
63+
COOKIE_NAME=snipeittest_session
6464
COOKIE_DOMAIN=null
6565
SECURE_COOKIES=false
6666

resources/views/layouts/basic.blade.php

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<!-- Content -->
4343
@yield('content')
4444

45-
<script src="{{ asset('assets/js/all.js') }}"></script>
4645

4746

4847
</body>

0 commit comments

Comments
 (0)