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
|
||||
? JSON.stringify(payload)
|
||||
: "Server check failed");
|
||||
console.error("Server check-verification failed", payload);
|
||||
console.error("Server check-verification failed:", serverMessage);
|
||||
toastError({
|
||||
title: "Unable to verify",
|
||||
description: serverMessage,
|
||||
|
|
|
|||
Loading…
Reference in a new issue