mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-15 18:25:18 +02:00
Merge commit 'f67d3b3104' into dev
This commit is contained in:
commit
8d3154867d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class AuthApiService {
|
|||
}
|
||||
|
||||
return baseApiService.post(`/auth/register`, registerResponse, {
|
||||
body: parsedRequest.data,
|
||||
body: JSON.stringify(parsedRequest.data),
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue