This commit is contained in:
Sebastian 2025-11-18 09:46:06 +00:00
parent e3a923eb6f
commit afcb4cc6e8

View file

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