mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
fix: remove optional TOTP_SECRET from environment bindings
This commit is contained in:
@@ -10,7 +10,6 @@ export interface Env {
|
|||||||
// Optional fallback for attachment/send file storage (no credit card required).
|
// Optional fallback for attachment/send file storage (no credit card required).
|
||||||
ATTACHMENTS_KV?: KVNamespace;
|
ATTACHMENTS_KV?: KVNamespace;
|
||||||
JWT_SECRET: string;
|
JWT_SECRET: string;
|
||||||
TOTP_SECRET?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UserRole = 'admin' | 'user';
|
export type UserRole = 'admin' | 'user';
|
||||||
|
|||||||
Reference in New Issue
Block a user