MCPcopy Create free account
hub / github.com/ShipSecAI/studio / handleModeChange

Function handleModeChange

frontend/src/components/auth/AuthModal.tsx:25–27  ·  view source on GitHub ↗
(newMode: 'signin' | 'signup')

Source from the content-addressed store, hash-verified

23 const authProvider = useAuthProvider();
24
25 const handleModeChange = (newMode: 'signin' | 'signup') => {
26 setMode(newMode);
27 };
28
29 const handleClose = () => {
30 onClose();

Callers 1

AuthModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected