refactor: move single instance config to runtime (#1664)
This commit is contained in:
parent
9e09c9072f
commit
2128d11238
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
import type { Ref } from 'vue'
|
||||
|
||||
export const useSignIn = (input?: Ref<HTMLInputElement | undefined>) => {
|
||||
const singleInstanceServer = useAppConfig().singleInstanceServer
|
||||
const singleInstanceServer = useRuntimeConfig().public.singleInstance
|
||||
const userSettings = useUserSettings()
|
||||
const users = useUsers()
|
||||
const { t } = useI18n()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue