mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
comma
This commit is contained in:
parent
e3a923eb6f
commit
afcb4cc6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue