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

Function setThirdpartyLoader

apps/OpenSign/src/pages/Login.jsx:147–149  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

145 };
146
147 const setThirdpartyLoader = (value) => {
148 setState({ ...state, thirdpartyLoader: value });
149 };
150
151 const thirdpartyLoginfn = async (sessionToken) => {
152 const baseUrl = localStorage.getItem("baseUrl");

Callers 2

thirdpartyLoginfnFunction · 0.85
handleSubmitbtnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected