welcome user and notify that a email has been sent to their mailbox in signup toast

main
TZGyn 1 year ago
parent d5808b29dd
commit 2c59ccff2d
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -19,7 +19,9 @@
resetForm: true,
onResult: ({ result }) => {
if (result.status === 200) {
toast.success('Signup success')
toast.success(
'Welcome to kon.sh, a verification email has been sent to your mailbox',
)
}
},
onError: ({ result }) => {

Loading…
Cancel
Save