Refactor to separate paskia lib functionality generally useful for various apps.

This commit is contained in:
Leo Vasanko
2026-01-29 16:55:46 +00:00
parent 760b109eef
commit d8743d9f90
15 changed files with 381 additions and 504 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { defineStore } from 'pinia'
import { register, authenticate } from '@/utils/passkey'
import { getSettings } from '@/utils/settings'
import { apiJson } from '@/utils/api'
import { apiJson } from '@/paskia/fetch'
export const useAuthStore = defineStore('auth', {
state: () => ({