💡 (docs-code) create simple code documentation
This commit is contained in:
@ -7,8 +7,10 @@ import { useParams } from "next/navigation";
|
|||||||
import { useRunOnce } from "@/shared/hooks/useRunOnce";
|
import { useRunOnce } from "@/shared/hooks/useRunOnce";
|
||||||
|
|
||||||
const LoadingProcess = () => {
|
const LoadingProcess = () => {
|
||||||
|
// Access the URL parameters
|
||||||
const params = useParams();
|
const params = useParams();
|
||||||
|
|
||||||
|
// Forward the callback response to the backend server
|
||||||
useRunOnce("forwardCallbackResponseToBackend", async () => {
|
useRunOnce("forwardCallbackResponseToBackend", async () => {
|
||||||
try {
|
try {
|
||||||
await SendCallbackToServer(
|
await SendCallbackToServer(
|
||||||
|
|||||||
Reference in New Issue
Block a user