Replace the notify store with 2fauth/ui notifier & 2fauth/stores parser

This commit is contained in:
Bubka
2025-06-23 14:53:17 +02:00
parent 6f419cfbcb
commit 16a1a9077d
39 changed files with 192 additions and 203 deletions

View File

@ -1,10 +1,10 @@
<script setup>
const { copy } = useClipboard({ legacy: true })
import { useNotifyStore } from '@/stores/notify'
import { useNotify } from '@2fauth/ui'
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
const notify = useNotifyStore()
const notify = useNotify()
const props = defineProps({
qrContent: String,