frontend: add biome checks and pre-commit integration (excluding preview files)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { clearTree } from '@/repositories/WS'
|
||||
import { defineStore } from 'pinia'
|
||||
import { computed } from 'vue'
|
||||
import { useMainStore } from './main'
|
||||
import { clearTree } from '@/repositories/WS'
|
||||
|
||||
export const useSsoAuthStore = defineStore('ssoAuth', () => {
|
||||
const isExternalAuth = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user