mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
fix: wip
This commit is contained in:
@ -168,7 +168,6 @@ export const SignUpForm = ({
|
||||
};
|
||||
|
||||
const onNextClick = async () => {
|
||||
console.log('hello-world');
|
||||
const valid = await form.trigger(['name', 'email', 'password', 'signature']);
|
||||
|
||||
if (valid) {
|
||||
|
||||
Reference in New Issue
Block a user