mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 05:38:59 +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,
|
props: Props,
|
||||||
): Promise<SuccessResponse<undefined> | ErrorResponse> => {
|
): Promise<SuccessResponse<undefined> | ErrorResponse> => {
|
||||||
try {
|
try {
|
||||||
const response = await axios.post('/user?email=', {
|
const response = await axios.post(`/user?email=${props.email}`);
|
||||||
...props,
|
|
||||||
});
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
statusCode: 200,
|
statusCode: 200,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user