feat: fotgot password

This commit is contained in:
Tim
2025-07-28 13:09:10 +08:00
parent 14008292d9
commit d1843fc58d
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default {
},
computed: {
hideMenu() {
return ['/login', '/signup', '/404', '/signup-reason', '/github-callback', '/twitter-callback', '/discord-callback'].includes(this.$route.path)
return ['/login', '/signup', '/404', '/signup-reason', '/github-callback', '/twitter-callback', '/discord-callback', '/forgot-password'].includes(this.$route.path)
}
}
}