✨ Add allow anonymous switch
This commit is contained in:
@@ -3,6 +3,11 @@ import { MantineTheme } from '@mantine/core';
|
||||
export interface SettingsType {
|
||||
common: CommonSettingsType;
|
||||
customization: CustomizationSettingsType;
|
||||
access: BoardAccessSettingsType;
|
||||
}
|
||||
|
||||
export interface BoardAccessSettingsType {
|
||||
allowGuests: boolean;
|
||||
}
|
||||
|
||||
export interface CommonSettingsType {
|
||||
|
||||
Reference in New Issue
Block a user