chore: error message is updated for signup (#1072)

This commit is contained in:
palash-signoz 2022-05-04 18:06:02 +05:30 committed by GitHub
parent 0554ed7ecb
commit 11eb1e4f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {