Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ signInWithSSO
Function
signInWithSSO
packages/ui/src/views/auth/register.jsx:179–182 ·
view source on GitHub ↗
(ssoProvider)
Source
from the content-addressed store, hash-verified
177
}
178
179
const signInWithSSO = (ssoProvider) => {
180
//ssoLoginApi.request(ssoProvider)
181
window.location.href = `/api/v1/${ssoProvider}/login`
182
}
183
184
useEffect(() => {
185
if (registerApi.error) {
Callers
1
RegisterPage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected