MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getSelectedProviderName

Function getSelectedProviderName

packages/ui/src/views/auth/ssoConfig.jsx:329–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327 }
328
329 const getSelectedProviderName = () => {
330 switch (tabValue) {
331 case 0:
332 return 'Azure'
333 case 1:
334 return 'Google'
335 case 2:
336 return 'Auth0'
337 case 3:
338 return 'Github'
339 }
340 }
341
342 useEffect(() => {
343 if (getLoginMethodsApi.data) {

Callers 2

validateAndTestFunction · 0.85
SSOConfigPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected