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:
Diffstat (limited to 'src/components/SetGuestUsername.vue')
-rw-r--r--src/components/SetGuestUsername.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SetGuestUsername.vue b/src/components/SetGuestUsername.vue
index e118ebf9e..cb3ac7f36 100644
--- a/src/components/SetGuestUsername.vue
+++ b/src/components/SetGuestUsername.vue
@@ -54,7 +54,7 @@
</template>
<script>
-import { setGuestUserName } from '../services/participantsService'
+import { setGuestUserName } from '../services/participantsService.js'
import Button from '@nextcloud/vue/dist/Components/Button'
import Pencil from 'vue-material-design-icons/Pencil'
import ArrowRight from 'vue-material-design-icons/ArrowRight.vue'