We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ada2f9 commit 930f2a2Copy full SHA for 930f2a2
config/location.php
@@ -166,7 +166,7 @@
166
167
'testing' => [
168
169
- 'enabled' => env('LOCATION_TESTING', true),
+ 'enabled' => env('LOCATION_TESTING', false),
170
171
'ip' => '66.102.0.0',
172
resources/ts/Pages/Auth/Login.svelte
@@ -43,8 +43,8 @@
43
<div class="flex justify-between">
44
<div>
45
<p>Admin</p>
46
- <p>username: <strong>acelords</strong></p>
47
- <p>Password: <strong>acelords</strong></p>
+ <p>username: <strong>admin</strong></p>
+ <p>Password: <strong>admin</strong></p>
48
</div>
49
50
<p>User</p>
0 commit comments