Improve console error to show message string
cgen-57ce146f11374600bb7ea565a1af068a
This commit is contained in:
parent
3da690e527
commit
b9bbedce94
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ export default function Welcome({
|
||||||
(Object.keys(payload || {}).length
|
(Object.keys(payload || {}).length
|
||||||
? JSON.stringify(payload)
|
? JSON.stringify(payload)
|
||||||
: "Server check failed");
|
: "Server check failed");
|
||||||
console.error("Server check-verification failed", payload);
|
console.error("Server check-verification failed:", serverMessage);
|
||||||
toastError({
|
toastError({
|
||||||
title: "Unable to verify",
|
title: "Unable to verify",
|
||||||
description: serverMessage,
|
description: serverMessage,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue