mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
log error during proof generation in toast message
This commit is contained in:
@@ -158,7 +158,7 @@ const ProveScreen: React.FC<ProveScreenProps> = ({ setSheetRegisterIsOpen }) =>
|
||||
|
||||
} catch (error) {
|
||||
toast.show("Error", {
|
||||
message: "Proof generation failed",
|
||||
message: String(error),
|
||||
customData: {
|
||||
type: "error",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user