add moderator role (#1419)

This commit is contained in:
notmd
2023-02-10 18:18:48 +09:00
committed by GitHub
parent 1439dd69b5
commit 7a0bfa2d68
18 changed files with 95 additions and 32 deletions
+2
View File
@@ -6,6 +6,8 @@ declare global {
CLOUDFLARE_CAPTCHA_SECRET_KEY: string;
NEXT_PUBLIC_ENABLE_EMAIL_SIGNIN_CAPTCHA: boolean;
NEXT_PUBLIC_ENABLE_EMAIL_SIGNIN: boolean;
ADMIN_USERS: string;
MODERATOR_USERS: string;
}
}
}