Skip to content

Commit 668f246

Browse files
committed
Update finishing.blade.php
1 parent 73eef01 commit 668f246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/finishing.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
} else {EnvEditor::addKey('MANUAL_USER_VERIFICATION', 'false');}
5454
5555
if(EnvEditor::keyExists('ADMIN_EMAIL')){} else
56-
{if(auth()->user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}
56+
{if(Auth::user()->id == 1){EnvEditor::addKey('ADMIN_EMAIL', App\Models\User::find(1)->email);}
5757
else{EnvEditor::addKey('ADMIN_EMAIL', '');}}
5858
5959
if(env('APP_NAME') == 'LittleLink Custom' or env('APP_NAME') == 'LittleLink') {

0 commit comments

Comments
 (0)