mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
toast fix
This commit is contained in:
@ -48,6 +48,8 @@ export default function Signup() {
|
|||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
methods.setError("apiError", { message: err.message });
|
methods.setError("apiError", { message: err.message });
|
||||||
|
// Throw again for toast
|
||||||
|
throw new Error(err.message);
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
loading: "Creating your account...",
|
loading: "Creating your account...",
|
||||||
|
|||||||
Reference in New Issue
Block a user