mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Replace the notify store with 2fauth/ui notifier & 2fauth/stores parser
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<script setup>
|
||||
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 { copy } = useClipboard({ legacy: true })
|
||||
|
||||
const props = defineProps({
|
||||
|
Reference in New Issue
Block a user