💡 (docs-code) create simple code documentation

This commit is contained in:
2025-09-02 11:24:06 +07:00
parent 64a9cf1cf3
commit 8b43c65886

View File

@ -7,8 +7,10 @@ import { useParams } from "next/navigation";
import { useRunOnce } from "@/shared/hooks/useRunOnce";
const LoadingProcess = () => {
// Access the URL parameters
const params = useParams();
// Forward the callback response to the backend server
useRunOnce("forwardCallbackResponseToBackend", async () => {
try {
await SendCallbackToServer(