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

Function closeDialog

src/components/auth/AuthDialog.tsx:111–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 * @returns void
110 */
111 const closeDialog = () => {
112 setIsOpen(false);
113 setAuthDialogState(AuthDialogState.LOGIN);
114 setAuthApiErrorMessage(null);
115 setVerifyEmailMessage(null);
116 };
117
118 /**
119 * Callback function for when the user successfully logs in

Callers 2

onLoginSuccessFunction · 0.70
onGoogleLoginSucessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected