mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-18 22:11:42 +01:00
add admin mode to delete message
This commit is contained in:
5
src/auth.d.ts
vendored
5
src/auth.d.ts
vendored
@@ -1,9 +1,10 @@
|
||||
declare module '#auth-utils' {
|
||||
interface UserSession {
|
||||
user: {
|
||||
email: string,
|
||||
username: string,
|
||||
email: string
|
||||
username: string
|
||||
picture: string
|
||||
admin: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user