mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
🛠️ Remove unused notification logic from login process in Livewire auth blade
This commit is contained in:
@@ -160,9 +160,6 @@ class extends Component {
|
||||
|
||||
if ($loginKey) {
|
||||
$user = User::find($loginKey->user_id);
|
||||
|
||||
\App\Models\User::find(1)
|
||||
->notify(new ModelCreatedNotification($user, 'users'));
|
||||
auth()->login($user);
|
||||
Session::regenerate();
|
||||
session([
|
||||
|
||||
Reference in New Issue
Block a user