This commit is contained in:
Bubka
2023-11-03 14:48:15 +01:00
parent a8540b0c04
commit 55bf9ae168
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<script setup> <script setup>
import SettingTabs from '@/layouts/SettingTabs.vue' import SettingTabs from '@/layouts/SettingTabs.vue'
import groupService from '@/services/groupService'
import userService from '@/services/userService' import userService from '@/services/userService'
import appSettingService from '@/services/appSettingService' import appSettingService from '@/services/appSettingService'
import { useUserStore } from '@/stores/user' import { useUserStore } from '@/stores/user'

View File

@ -7,7 +7,6 @@
import { useBusStore } from '@/stores/bus' import { useBusStore } from '@/stores/bus'
import { useNotifyStore } from '@/stores/notify' import { useNotifyStore } from '@/stores/notify'
import { UseColorMode } from '@vueuse/components' import { UseColorMode } from '@vueuse/components'
import { useIdGenerator } from '@/composables/helpers'
const { copy } = useClipboard({ legacy: true }) const { copy } = useClipboard({ legacy: true })
const $2fauth = inject('2fauth') const $2fauth = inject('2fauth')

View File

@ -370,7 +370,7 @@
<!-- Import all button --> <!-- Import all button -->
<p class="control" v-if="importableCount > 0"> <p class="control" v-if="importableCount > 0">
<button class="button is-link is-rounded is-focus" @click="createAccounts"> <button class="button is-link is-rounded is-focus" @click="createAccounts">
<span>{{ $t('twofaccounts.import.import_all') }} ({{importableCount}})</span> <span>{{ $t('twofaccounts.import.import_all') }} ({{ importableCount }})</span>
<!-- <span class="icon is-small"> <!-- <span class="icon is-small">
<FontAwesomeIcon :icon="['fas', 'qrcode']" /> <FontAwesomeIcon :icon="['fas', 'qrcode']" />
</span> --> </span> -->