mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
feat(torrents): add access limit to maker group settings of torrent uploader
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
vm.passwordConfig = MeanTorrentConfig.meanTorrentConfig.password;
|
||||
vm.examinationConfig = MeanTorrentConfig.meanTorrentConfig.examination;
|
||||
vm.chatConfig = MeanTorrentConfig.meanTorrentConfig.chat;
|
||||
vm.accessConfig = MeanTorrentConfig.meanTorrentConfig.access;
|
||||
|
||||
vm.authentication = Authentication;
|
||||
vm.getPopoverMsg = PasswordValidator.getPopoverMsg;
|
||||
@@ -92,6 +93,7 @@
|
||||
passwordConfig: vm.passwordConfig,
|
||||
examinationConfig: vm.examinationConfig,
|
||||
chatConfig: vm.chatConfig,
|
||||
accessConfig: vm.accessConfig,
|
||||
|
||||
user: vm.authentication.user
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user