✨ feat(global): Add SMS configuration options to global store
This commit is contained in:
@@ -30,6 +30,12 @@ export const useGlobalStore = create<GlobalStore>((set) => ({
|
||||
enable_ip_register_limit: false,
|
||||
ip_register_limit: 0,
|
||||
ip_register_limit_duration: 0,
|
||||
sms: {
|
||||
sms_enabled: false,
|
||||
sms_limit: 0,
|
||||
sms_interval: 0,
|
||||
sms_expire_time: 0,
|
||||
},
|
||||
},
|
||||
invite: {
|
||||
forced_invite: false,
|
||||
|
||||
Reference in New Issue
Block a user