mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-15 04:14:40 +08:00
feat: disable register
This commit is contained in:
@@ -18,7 +18,6 @@ export interface AdminConfig {
|
||||
FluidSearch: boolean;
|
||||
};
|
||||
UserConfig: {
|
||||
AllowRegister: boolean;
|
||||
Users: {
|
||||
username: string;
|
||||
role: 'user' | 'admin' | 'owner';
|
||||
|
||||
Reference in New Issue
Block a user