mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +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) {
|
if ($loginKey) {
|
||||||
$user = User::find($loginKey->user_id);
|
$user = User::find($loginKey->user_id);
|
||||||
|
|
||||||
\App\Models\User::find(1)
|
|
||||||
->notify(new ModelCreatedNotification($user, 'users'));
|
|
||||||
auth()->login($user);
|
auth()->login($user);
|
||||||
Session::regenerate();
|
Session::regenerate();
|
||||||
session([
|
session([
|
||||||
|
|||||||
Reference in New Issue
Block a user