MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / signInWithSSO

Function signInWithSSO

packages/ui/src/views/auth/signIn.jsx:164–166  ·  view source on GitHub ↗
(ssoProvider)

Source from the content-addressed store, hash-verified

162 }, [authError])
163
164 const signInWithSSO = (ssoProvider) => {
165 window.location.href = `/api/v1/${ssoProvider}/login`
166 }
167
168 const handleResendVerification = async () => {
169 try {

Callers 1

SignInPageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected