Merge commit 'f67d3b3104' into dev

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-11-19 15:07:39 -08:00
commit 8d3154867d

View file

@ -49,7 +49,7 @@ export class AuthApiService {
} }
return baseApiService.post(`/auth/register`, registerResponse, { return baseApiService.post(`/auth/register`, registerResponse, {
body: parsedRequest.data, body: JSON.stringify(parsedRequest.data),
}); });
}; };
} }