feat: X callback page

This commit is contained in:
Tim
2025-07-16 16:53:18 +08:00
parent 5e544eb48a
commit e8c2bc6a72

View File

@@ -26,7 +26,7 @@ export default {
},
computed: {
hideMenu() {
return ['/login', '/signup', '/404', '/signup-reason', '/github-callback'].includes(this.$route.path)
return ['/login', '/signup', '/404', '/signup-reason', '/github-callback', '/twitter-callback'].includes(this.$route.path)
}
}
}