I don't think we need all this for the login page
This commit is contained in:
parent
2026a91bde
commit
30b82f61ec
3 changed files with 2 additions and 3 deletions
|
@ -60,7 +60,7 @@ QUEUE_DRIVER=sync
|
||||||
SESSION_LIFETIME=12000
|
SESSION_LIFETIME=12000
|
||||||
EXPIRE_ON_CLOSE=false
|
EXPIRE_ON_CLOSE=false
|
||||||
ENCRYPT=false
|
ENCRYPT=false
|
||||||
COOKIE_NAME=snipeit_session
|
COOKIE_NAME=snipeittest_session
|
||||||
COOKIE_DOMAIN=null
|
COOKIE_DOMAIN=null
|
||||||
SECURE_COOKIES=false
|
SECURE_COOKIES=false
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ QUEUE_DRIVER=sync
|
||||||
SESSION_LIFETIME=12000
|
SESSION_LIFETIME=12000
|
||||||
EXPIRE_ON_CLOSE=false
|
EXPIRE_ON_CLOSE=false
|
||||||
ENCRYPT=false
|
ENCRYPT=false
|
||||||
COOKIE_NAME=snipeit_session
|
COOKIE_NAME=snipeittest_session
|
||||||
COOKIE_DOMAIN=null
|
COOKIE_DOMAIN=null
|
||||||
SECURE_COOKIES=false
|
SECURE_COOKIES=false
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|
||||||
<script src="{{ asset('assets/js/all.js') }}"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue