mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 07:56:05 +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 {
|
||||
notification.error({
|
||||
message: defaultError,
|
||||
message: response.error || defaultError,
|
||||
});
|
||||
}
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user