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

Function goLogin

packages/ui/src/views/auth/resetPassword.jsx:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 const { authRateLimitError, setAuthRateLimitError } = useError()
77
78 const goLogin = () => {
79 navigate('/signin', { replace: true })
80 }
81
82 const validateAndSubmit = async (event) => {
83 event.preventDefault()

Callers 1

validateAndSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected