feat: ruoli admin/editor in auth e create-user
This commit is contained in:
Vendored
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
declare namespace App {
|
||||
interface Locals {
|
||||
user?: { id: number; username: string };
|
||||
user?: { id: number; username: string; role: string };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user