diff --git a/surfsense_web/lib/apis/auth-api.service.ts b/surfsense_web/lib/apis/auth-api.service.ts index e2be8c860..df7d64721 100644 --- a/surfsense_web/lib/apis/auth-api.service.ts +++ b/surfsense_web/lib/apis/auth-api.service.ts @@ -49,7 +49,7 @@ class AuthApiService { } return baseApiService.post(`/auth/register`, registerResponse, { - body: JSON.stringify(parsedRequest.data), + body: parsedRequest.data, }); }; }