mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 15:59:04 +08:00
fix: signup page is now fixed (#337)
This commit is contained in:
parent
d10b9790dc
commit
d69a637275
@ -8,9 +8,7 @@ const signup = async (
|
||||
props: Props,
|
||||
): Promise<SuccessResponse<undefined> | ErrorResponse> => {
|
||||
try {
|
||||
const response = await axios.post('/user?email=', {
|
||||
...props,
|
||||
});
|
||||
const response = await axios.post(`/user?email=${props.email}`);
|
||||
|
||||
return {
|
||||
statusCode: 200,
|
||||
|
Loading…
x
Reference in New Issue
Block a user