mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
send JSON string instead of object
This commit is contained in:
parent
1eb70e2734
commit
e3a923eb6f
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