MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / showToast

Function showToast

apps/OpenSign/src/pages/Login.jsx:70–73  ·  view source on GitHub ↗
(type, msg)

Source from the content-addressed store, hash-verified

68 };
69
70 const showToast = (type, msg) => {
71 setState({ ...state, loading: false, alertType: type, alertMsg: msg });
72 setTimeout(() => setState({ ...state, alertMsg: "" }), 2000);
73 };
74
75 const checkUserExt = async () => {
76 const app = await getAppLogo();

Callers 5

handleLoginFunction · 0.70
thirdpartyLoginfnFunction · 0.70
GetLoginDataFunction · 0.70
handleSubmitbtnFunction · 0.70
continueLoginFlowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected