From 4b2aedd5618b41048c37bfaec6f6848e9bd19c1c Mon Sep 17 00:00:00 2001 From: Raghupathi Dhara Date: Sun, 1 Sep 2024 22:52:10 +0530 Subject: [PATCH] Update axios bearer token --- src/layouts/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/layout.tsx b/src/layouts/layout.tsx index 7c18ade..1c933b6 100644 --- a/src/layouts/layout.tsx +++ b/src/layouts/layout.tsx @@ -62,7 +62,7 @@ const Layout = () => { { headers: { Authorization: `Bearer ${ - .access_token}` + param.access_token}` } } );