fix: missing set language in login page

This commit is contained in:
0xJacky 2023-01-11 14:11:02 +08:00
parent 02fb07f6b4
commit 3f91c3ec8d
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -10,6 +10,7 @@ import gettext from '@/gettext'
import {Form, message} from 'ant-design-vue'
import auth from '@/api/auth'
import install from '@/api/install'
import SetLanguage from '@/components/SetLanguage/SetLanguage.vue'
const route = useRoute()
const router = useRouter()