MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / createAccount

Function createAccount

src/components/auth/SignupForm.tsx:109–115  ·  view source on GitHub ↗
(data: SignUpSchema)

Source from the content-addressed store, hash-verified

107 const { handleSubmit } = methods;
108
109 const createAccount = (data: SignUpSchema) => {
110
111 const email = data.email;
112 const password = data.password
113
114 authService.signUp(email, password, onSignupSuccess, onSignupError);
115 };
116
117 return (
118 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected