mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 07:55:53 +08:00
chore: error message is updated for signup (#1072)
This commit is contained in:
parent
0554ed7ecb
commit
11eb1e4f72
@ -106,7 +106,7 @@ function SignUp({ version }: SignUpProps): JSX.Element {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
notification.error({
|
notification.error({
|
||||||
message: defaultError,
|
message: response.error || defaultError,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user