feat: ruoli admin/editor in auth e create-user

This commit is contained in:
2026-07-05 15:31:53 +02:00
parent c7d9d4ba5d
commit 77041f9d5a
4 changed files with 62 additions and 14 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
declare namespace App {
interface Locals {
user?: { id: number; username: string };
user?: { id: number; username: string; role: string };
}
}