feat(fullstack): Add server health check with overlay
This commit is contained in:
@@ -118,7 +118,6 @@ function onSubmit(payload: FormSubmitEvent<Schema>) {
|
||||
},
|
||||
onError: async (ctx) => {
|
||||
console.log(ctx.error.message)
|
||||
await deleteUser({ callbackURL: '/signup' })
|
||||
useToast().add({
|
||||
title: 'Fehler bei der Registrierung',
|
||||
description: ctx.error.message,
|
||||
|
||||
Reference in New Issue
Block a user