diff --git a/src/components/Authenticator.tsx b/src/components/Authenticator.tsx
index 2055dae..5a22f91 100644
--- a/src/components/Authenticator.tsx
+++ b/src/components/Authenticator.tsx
@@ -13,6 +13,9 @@ export default function Authenticator() {
 	useEffect(() => {
 		fetch(`${API_ENDPOINT}/create_session`, {
 			method: 'POST',
+			headers: {
+				'Content-Type': 'application/json',
+			},
 			body: JSON.stringify({
 				code,
 				provider,