Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-21 15:39:14 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-21 15:39:14 +0300
commit5b8da773d7c6038fb90a9d572014ac2a7f8d4466 (patch)
treea3d51482c29608c25602bfa873dbfa65c0babd8e
parent2a6818ad8864821e5d9cb3aaa07c2a08f1debf98 (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
index f024b7835..d6c87e153 100644
--- a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
@@ -139,7 +139,6 @@ import {
setConversationPassword,
} from '../../../services/conversationsService.js'
import { generateUrl } from '@nextcloud/router'
-import PasswordProtect from './PasswordProtect/PasswordProtect.vue'
import ListableSettings from '../../ConversationSettings/ListableSettings.vue'
import isInCall from '../../../mixins/isInCall.js'
import participant from '../../../mixins/participant.js'
@@ -162,7 +161,6 @@ export default {
NcButton,
NcCheckboxRadioSwitch,
Confirmation,
- PasswordProtect,
ListableSettings,
Plus,
},