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

Function handleRegister

packages/shared/src/components/auth/AuthSignBack.tsx:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 onShowLoginOptions?.();
47 };
48 const handleRegister = (): void => {
49 onRegister?.();
50 };
51 const handleProviderClick = (): void => {
52 if (!socialProvider || !onProviderClick) {
53 return;

Callers

nothing calls this directly

Calls 1

onRegisterFunction · 0.70

Tested by

no test coverage detected