fix: schema Supabase gpi, alinhamento de colunas createProject e permissoes superadmin dev

This commit is contained in:
2026-08-28 10:38:31 +00:00
parent d5a6485d9c
commit e2a3e3973f
5 changed files with 41 additions and 33 deletions
+2 -1
View File
@@ -208,7 +208,8 @@ export const login = async (req: Request, res: Response) => {
user: {
id: 'admin-user',
role: 'admin',
name: 'Administrador'
name: 'Administrador (DEV)',
email: 'admtracksteel@gmail.com'
}
});
}