Skip to content

Commit 930f2a2

Browse files
committed
refactor: location detection
1 parent 1ada2f9 commit 930f2a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/location.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

167167
'testing' => [
168168

169-
'enabled' => env('LOCATION_TESTING', true),
169+
'enabled' => env('LOCATION_TESTING', false),
170170

171171
'ip' => '66.102.0.0',
172172

resources/ts/Pages/Auth/Login.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<div class="flex justify-between">
4444
<div>
4545
<p>Admin</p>
46-
<p>username: <strong>acelords</strong></p>
47-
<p>Password: <strong>acelords</strong></p>
46+
<p>username: <strong>admin</strong></p>
47+
<p>Password: <strong>admin</strong></p>
4848
</div>
4949
<div>
5050
<p>User</p>

0 commit comments

Comments
 (0)