mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 09:32:08 +01:00
feat: implement platform management system with authentication and dashboard
- Add PlatformUser model with roles (SUPER_ADMIN, ADMIN, SUPPORT) - Implement platform authentication with NextAuth - Create platform dashboard showing companies, users, and sessions - Add platform API endpoints for company management - Update landing page with SaaS design - Include test improvements and accessibility updates
This commit is contained in:
@ -263,7 +263,7 @@ describe("UserManagementPage", () => {
|
||||
|
||||
await waitFor(() => {
|
||||
const emailInput = screen.getByLabelText("Email") as HTMLInputElement;
|
||||
|
||||
|
||||
fireEvent.change(emailInput, { target: { value: "invalid-email" } });
|
||||
fireEvent.blur(emailInput);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user