diff --git a/src/types/index.ts b/src/types/index.ts index 47d41d3..1eafc9c 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -10,7 +10,6 @@ export interface Env { // Optional fallback for attachment/send file storage (no credit card required). ATTACHMENTS_KV?: KVNamespace; JWT_SECRET: string; - TOTP_SECRET?: string; } export type UserRole = 'admin' | 'user';