UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

10 lines (9 loc) 224 B
/** * @packageDocumentation * @module AuthContext */ import { createContext } from 'react'; /** * Auth Context is used to access context in the authentication workflow */ export const AuthContext = createContext(null);