mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Add Domain Verification on Onboarding Wizard
This commit is contained in:
@ -19,7 +19,6 @@ class FinishController extends Controller
|
||||
{
|
||||
\Storage::disk('local')->put('database_created', 'database_created');
|
||||
|
||||
$user = User::where('role', 'super admin')->first();
|
||||
Auth::login($user);
|
||||
return response()->json(['success' => true]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user