MCPcopy Create free account
hub / github.com/dailydotdev/apps / onRegister

Function onRegister

packages/shared/src/components/auth/AuthOptionsInner.tsx:717–722  ·  view source on GitHub ↗
(params: RegistrationFormValues)

Source from the content-addressed store, hash-verified

715 };
716
717 const onRegister = async (params: RegistrationFormValues) => {
718 await validateRegistration({
719 ...params,
720 method: 'password',
721 });
722 };
723
724 const onForgotPassword = (withEmail?: string) => {
725 logEvent({

Callers 3

handleRegisterFunction · 0.70
AuthSignBackFunction · 0.70
AuthOptionsInnerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected