This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/frontend/apps/desk/src/features/login/components/index.ts
Quentin BEY fd8e0e08c3 💄(oidc) add login page in the frontend
To have a better user experience, we want the login page
to in the frontend.
2025-03-03 12:24:43 +01:00

5 lines
131 B
TypeScript

export * from './LoginLayout';
export * from './LoginForm';
export * from './InputUserEmail';
export * from './InputUserPassword';