mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-27 23:40:28 +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);
|