Fix collection pages requiring auth (#4915)

This commit is contained in:
Prospector
2025-12-16 06:14:52 -08:00
committed by GitHub
parent 924a77eb3f
commit 21fad12a21

View File

@@ -414,12 +414,6 @@ const router = useRouter()
const auth = await useAuth()
const cosmetics = useCosmetics()
if (route.params.id === 'following') {
definePageMeta({
middleware: 'auth',
})
}
const messages = defineMessages({
collectionDescription: {
id: 'collection.description',