Add an admin account

This commit is contained in:
2025-08-25 11:20:04 +03:00
Unverified
parent cfaaad9b57
commit b8a7c20f96
5 changed files with 62 additions and 12 deletions
+1
View File
@@ -81,6 +81,7 @@ export interface User {
last_seen: string;
online: boolean;
username: string;
admin?: boolean;
bio?: string;
}