Unverified Commit 11eb1e4f authored by palash-signoz's avatar palash-signoz Committed by GitHub
Browse files

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

parent 0554ed7e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -106,7 +106,7 @@ function SignUp({ version }: SignUpProps): JSX.Element { ...@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment