mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Updated login check method.
This commit is contained in:
parent
170b30b391
commit
796c65fa29
10 changed files with 45 additions and 40 deletions
|
|
@ -26,7 +26,7 @@ export async function getTeamWebsites(teamId: string): Promise<Website[]> {
|
|||
name: 'asc',
|
||||
},
|
||||
],
|
||||
});
|
||||
} as any);
|
||||
}
|
||||
|
||||
export async function createTeam(data: Prisma.TeamCreateInput): Promise<Team> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue