You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
Fix collection pages requiring auth (#4915)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user