Replace Auth System #3

Merged
w33b merged 19 commits from auth-redo into main 2026-01-09 15:11:37 +00:00
Showing only changes of commit 2029af334c - Show all commits

View File

@@ -36,6 +36,6 @@ class RegisteredUserController extends Controller
Auth::login($user);
return redirect(route('dashboard', absolute: false));
return redirect(route('home.index', absolute: false));
}
}