mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
fix auth/register endpoint bug
This commit is contained in:
parent
0ea974316b
commit
dff4b7ad6b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class AuthApiService {
|
|||
}
|
||||
|
||||
return baseApiService.post(`/auth/register`, registerResponse, {
|
||||
body: JSON.stringify(parsedRequest.data),
|
||||
body: parsedRequest.data,
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue