From 2a9e36aac9ebd054b4815804ccec23f6fc6356e5 Mon Sep 17 00:00:00 2001 From: Kanghyun Kim <78010461+siwonKH@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:15:21 +0900 Subject: [PATCH] Update Manager.tsx --- src/router/Manager.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/router/Manager.tsx b/src/router/Manager.tsx index 6bb2cfd..1dd2e80 100644 --- a/src/router/Manager.tsx +++ b/src/router/Manager.tsx @@ -88,8 +88,7 @@ function Manager() { const response = await fetch('/api/boarding', { method: 'POST', - headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${localStorage.getItem('access_token') ?? ''}` -} }, + headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${localStorage.getItem('access_token') ?? ''}` }, body: JSON.stringify({ user_otp: data })