mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-26 15:00:23 +05:30
5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
import AuthFlow, { availableActions, AuthContext as TAuthContext } from './AuthFlow';
|
|
|
|
export type AuthContext = TAuthContext;
|
|
export default new AuthFlow(availableActions);
|