We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9baf0c commit fa5b44fCopy full SHA for fa5b44f
resources/js/components/TwoFactorSetupModal.vue
@@ -19,7 +19,7 @@ import { useTwoFactorAuth } from '@/composables/useTwoFactorAuth';
19
import { confirm } from '@/routes/two-factor';
20
import { Form } from '@inertiajs/vue3';
21
import { useClipboard } from '@vueuse/core';
22
-import { Check, Copy, Loader2, ScanLine } from 'lucide-vue-next';
+import { Check, Copy, ScanLine } from 'lucide-vue-next';
23
import { computed, nextTick, ref, watch } from 'vue';
24
25
interface Props {
0 commit comments