mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
fix: importer login required
This commit is contained in:
parent
7ec31602d3
commit
1fb3ec49af
@ -36,6 +36,10 @@ import InputGroup from "~/components/ui/InputGroup.vue";
|
||||
import { ProjectCategory, Tag } from "~/types/enums";
|
||||
import ProjectLinksForm from "~/components/projects/ProjectLinksForm.vue";
|
||||
|
||||
definePageMeta({
|
||||
loginRequired: true,
|
||||
});
|
||||
|
||||
const { t } = useI18n();
|
||||
const route = useRoute();
|
||||
const auth = useAuthStore();
|
||||
|
Loading…
Reference in New Issue
Block a user