feat: Implement admin role validation and enhance user management scripts
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 17s

This commit is contained in:
2026-02-08 23:19:30 -05:00
parent 060b2953fa
commit 27f02224ab
8 changed files with 227 additions and 34 deletions

View File

@@ -18,6 +18,7 @@ export interface User {
marked_for_deletion_at: string | null
deletion_in_progress: boolean
deletion_attempted_at: string | null
role: string
}
export interface Child {