add log for sign in, sign out, change password, remove upload file

This commit is contained in:
2026-01-09 19:38:54 +07:00
parent 427a1040cf
commit ae39cc111f
32 changed files with 1991 additions and 212 deletions

View File

@@ -57,3 +57,8 @@ export type Invitation = Prisma.InvitationModel
*
*/
export type Setting = Prisma.SettingModel
/**
* Model Audit
*
*/
export type Audit = Prisma.AuditModel